[PR #960] [MERGED] New Script: calibre-server #2786

Closed
opened 2025-11-20 05:31:48 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/960
Author: @ThisIsJeron
Created: 12/21/2024
Status: Merged
Merged: 1/9/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (7)

  • e332d87 init commit
  • 5d299f3 spaghetti
  • 986bcaa Refactor calibre-server scripts: Update license link, correct variable tag case, and add newline in success message
  • c9115da Update
  • e917703 Update calibre-server.sh
  • 0433fd6 Update calibre-server-install.sh
  • 8f37561 Update calibre-server.json

📊 Changes

3 files changed (+165 additions, -0 deletions)

View changed files

ct/calibre-server.sh (+63 -0)
install/calibre-server-install.sh (+59 -0)
json/calibre-server.json (+43 -0)

📄 Description

🛠️ Note:
We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal!
🎮 Note for game-related scripts: These have a lower likelihood of being merged.


✍️ Description

Create a new script that adds calibre-server as an LXC


🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/960 **Author:** [@ThisIsJeron](https://github.com/ThisIsJeron) **Created:** 12/21/2024 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`e332d87`](https://github.com/community-scripts/ProxmoxVE/commit/e332d8712d8aa14a144c818e3c1d0b2f82c1ceb7) init commit - [`5d299f3`](https://github.com/community-scripts/ProxmoxVE/commit/5d299f3a36b1357d9f2481ad14eca05c1ae2a5ab) spaghetti - [`986bcaa`](https://github.com/community-scripts/ProxmoxVE/commit/986bcaaa0daf03d7fc614b5880d27269d3aac54a) Refactor calibre-server scripts: Update license link, correct variable tag case, and add newline in success message - [`c9115da`](https://github.com/community-scripts/ProxmoxVE/commit/c9115da871dae58376f4444a8cddf5d3de9b79ec) Update - [`e917703`](https://github.com/community-scripts/ProxmoxVE/commit/e917703ba6fa3d88e8dad82674bb64953f262011) Update calibre-server.sh - [`0433fd6`](https://github.com/community-scripts/ProxmoxVE/commit/0433fd66bcd516b33804fb35f88302e8ea7c6c06) Update calibre-server-install.sh - [`8f37561`](https://github.com/community-scripts/ProxmoxVE/commit/8f3756188526b4b270bf2c584d4da47d6c0939a1) Update calibre-server.json ### 📊 Changes **3 files changed** (+165 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/calibre-server.sh` (+63 -0) ➕ `install/calibre-server-install.sh` (+59 -0) ➕ `json/calibre-server.json` (+43 -0) </details> ### 📄 Description > **🛠️ Note:** > We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal! > 🎮 **Note for game-related scripts:** These have a lower likelihood of being merged. --- ## ✍️ Description Create a new script that adds calibre-server as an LXC - - - ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [x] Documentation updated (I have updated any relevant documentation) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:31:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2786