[PR #2031] [MERGED] New script: Koillection #3370

Closed
opened 2025-11-20 06:04:27 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2031
Author: @bvdberg01
Created: 2/4/2025
Status: Merged
Merged: 2/5/2025
Merged by: @MickLesk

Base: mainHead: koillection


📝 Commits (1)

📊 Changes

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

View changed files

ct/koillection.sh (+83 -0)
install/koillection-install.sh (+124 -0)
json/koillection.json (+34 -0)

📄 Description

✍️ Description

Adding script for Koillection as requested in discussion https://github.com/community-scripts/ProxmoxVE/discussions/382.
I tested the script on my Proxmox installation. The update script is also tested by installing an older version of Koillection and then running the update script.

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.)

🛠️ 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)

📋 Additional Information

Installed LXC:
1
Installed old version of Koillection (with test data):
2
3
Installing update:
4
After update:
5
6
7


🔄 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/2031 **Author:** [@bvdberg01](https://github.com/bvdberg01) **Created:** 2/4/2025 **Status:** ✅ Merged **Merged:** 2/5/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `koillection` --- ### 📝 Commits (1) - [`82060d8`](https://github.com/community-scripts/ProxmoxVE/commit/82060d8ba2246063e8efcc1c12b8bf3907e3f6c6) New script: Koillection ### 📊 Changes **3 files changed** (+241 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/koillection.sh` (+83 -0) ➕ `install/koillection-install.sh` (+124 -0) ➕ `json/koillection.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description Adding script for [Koillection](https://koillection.github.io/) as requested in discussion https://github.com/community-scripts/ProxmoxVE/discussions/382. I tested the script on my Proxmox installation. The update script is also tested by installing an older version of Koillection and then running the update script. ## ✅ 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.) ## 🛠️ 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) --- ## 📋 Additional Information **Installed LXC:** ![1](https://github.com/user-attachments/assets/2f830a5c-3d45-4b58-a494-c5b7c7a68b15) **Installed old version of Koillection (with test data):** ![2](https://github.com/user-attachments/assets/865b5b95-7590-490f-9aef-d237e91b9a3f) ![3](https://github.com/user-attachments/assets/c90c67b2-6918-4b9c-9aaa-14202d6c245e) **Installing update:** ![4](https://github.com/user-attachments/assets/93d03048-d642-4428-89dc-af4a98d2bd61) **After update:** ![5](https://github.com/user-attachments/assets/a244cefa-428e-460d-9f51-092ea7a66035) ![6](https://github.com/user-attachments/assets/97ba7e95-f828-4924-a82f-c6bda4eeea13) ![7](https://github.com/user-attachments/assets/8ece3560-dc47-410d-80e2-72186a7c4d7f) --- <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 06:04:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3370