[PR #10147] [MERGED] Refactor: Cosmos: + Upgrade to Debian 13 #8545

Closed
opened 2026-02-26 16:33:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10147
Author: @MickLesk
Created: 12/19/2025
Status: Merged
Merged: 12/19/2025
Merged by: @michelroegl-brunner

Base: mainHead: refactor-cosmos-debian13


📝 Commits (3)

📊 Changes

3 files changed (+19 additions, -29 deletions)

View changed files

📝 ct/cosmos.sh (+4 -3)
📝 frontend/public/json/cosmos.json (+5 -1)
📝 install/cosmos-install.sh (+10 -25)

📄 Description

✍️ Description

Major refactoring to fix mergerfs dependency issues and modernize the installation:

Changes in ct/cosmos.sh:

  • Updated from Debian 12 to Debian 13 (Trixie)
  • Fixed APP name capitalization: Cosmos
  • Install mergerfs via apt (available in Debian 13 repos)
  • Replaced manual Docker installation with setup_docker helper
  • Replaced manual GitHub release download with fetch_and_deploy_gh_release

Fixes #10128

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/10147 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 12/19/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `refactor-cosmos-debian13` --- ### 📝 Commits (3) - [`38a2fec`](https://github.com/community-scripts/ProxmoxVE/commit/38a2fec5d399786d0e47251e97d0c7d2bfb0f3fc) [Refactor] Cosmos: Upgrade to Debian 13 and modernize with tools.func - [`908daae`](https://github.com/community-scripts/ProxmoxVE/commit/908daaefeed09235e256fd63f530db6235b56115) [Refactor] Cosmos: Upgrade to Debian 13 and modernize with tools.func - [`2a0b061`](https://github.com/community-scripts/ProxmoxVE/commit/2a0b061c3433553f26558a2642b2b468dd43c7f0) Merge branch 'refactor-cosmos-debian13' of https://github.com/community-scripts/ProxmoxVE into refactor-cosmos-debian13 ### 📊 Changes **3 files changed** (+19 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `ct/cosmos.sh` (+4 -3) 📝 `frontend/public/json/cosmos.json` (+5 -1) 📝 `install/cosmos-install.sh` (+10 -25) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Major refactoring to fix mergerfs dependency issues and modernize the installation: Changes in ct/cosmos.sh: - Updated from Debian 12 to Debian 13 (Trixie) - Fixed APP name capitalization: Cosmos - Install mergerfs via apt (available in Debian 13 repos) - Replaced manual Docker installation with setup_docker helper - Replaced manual GitHub release download with fetch_and_deploy_gh_release ## 🔗 Related Issue Fixes #10128 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:33:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#8545
No description provided.