[PR #8346] [MERGED] Update cockpit installation/update #7395

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/8346
Author: @burgerga
Created: 10/14/2025
Status: Merged
Merged: 10/14/2025
Merged by: @michelroegl-brunner

Base: mainHead: feat_cockpit_debian1213


📝 Commits (1)

  • 8af261b Update cockpit-install.sh

📊 Changes

2 files changed (+44 additions, -69 deletions)

View changed files

📝 ct/cockpit.sh (+6 -67)
📝 install/cockpit-install.sh (+38 -2)

📄 Description

✍️ Description

Changes

  • Install missing dependency cracklib-runtime (to check password strength for new accounts)
  • Use deb822 sources files
  • 45Drives' extensions
    • Move from update to install script
    • Use the official bookworm repo instead of github releases (which used to contain ubuntu debs), this also automatically takes care of dependencies
    • Give a warning on Debian 13, cockpit works fine on 13, but 45Drives extensions haven't been updated yet, and there are some small issues (like https://github.com/45Drives/cockpit-identities/issues/9)

Given the issues with 45Drives Debian 13 support, we should probably suggest if people are planning to use their extensions, they should use var_version=12.

Link: #

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/8346 **Author:** [@burgerga](https://github.com/burgerga) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `feat_cockpit_debian1213` --- ### 📝 Commits (1) - [`8af261b`](https://github.com/community-scripts/ProxmoxVE/commit/8af261bba138d6010194fa498ae8d4b4ee929f1e) Update cockpit-install.sh ### 📊 Changes **2 files changed** (+44 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `ct/cockpit.sh` (+6 -67) 📝 `install/cockpit-install.sh` (+38 -2) </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 Changes * Install missing dependency `cracklib-runtime` (to check password strength for new accounts) * Use deb822 sources files * 45Drives' extensions * Move from update to install script * Use the official bookworm repo instead of github releases (which used to contain ubuntu debs), this also automatically takes care of dependencies * Give a warning on Debian 13, cockpit works fine on 13, but 45Drives extensions haven't been updated yet, and there are some small issues (like https://github.com/45Drives/cockpit-identities/issues/9) Given the issues with 45Drives Debian 13 support, we should probably suggest if people are planning to use their extensions, they should use `var_version=12`. ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **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 15:34:56 +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#7395
No description provided.