[PR #8597] [MERGED] Bump K to H-Scripts to Debian 13 (Trixie) #7524

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

📋 Pull Request Information

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

Base: mainHead: deb13_k_to_h


📝 Commits (10+)

  • 9c59abf Update scripts to use Debian 13 and improve update logic
  • 2077307 Merge branch 'main' into deb13_k_to_h
  • a38f97d Refactor install scripts: unify cleanup and apt usage
  • 4e5d72a Update default Debian version to 13 and refactor updates
  • c259483 Update default OS version to Debian 13 in JSON configs
  • d0595c9 fix kimai Update Check
  • 0669737 grammar
  • 431bfa2 Correct typo in success message
  • c4054d5 Fix typo in success message for update
  • 6ed7ff4 refactor

📊 Changes

98 files changed (+338 additions, -516 deletions)

View changed files

📝 ct/headscale.sh (+1 -1)
📝 ct/healthchecks.sh (+2 -3)
📝 ct/hivemq.sh (+10 -10)
📝 ct/homarr.sh (+1 -1)
📝 ct/homeassistant.sh (+1 -1)
📝 ct/homebox.sh (+1 -1)
📝 ct/homebridge.sh (+12 -12)
📝 ct/hortusfox.sh (+2 -5)
📝 ct/huntarr.sh (+1 -1)
📝 ct/hyperhdr.sh (+2 -2)
📝 ct/hyperion.sh (+3 -3)
📝 ct/immich.sh (+4 -10)
📝 ct/influxdb.sh (+3 -3)
📝 ct/inspircd.sh (+1 -1)
📝 ct/inventree.sh (+3 -3)
📝 ct/iobroker.sh (+4 -4)
📝 ct/itsm-ng.sh (+6 -7)
📝 ct/iventoy.sh (+1 -1)
📝 ct/jackett.sh (+9 -9)
📝 ct/jeedom.sh (+2 -2)

...and 78 more files

📄 Description

✍️ Description

  • Bump default container OS version from Debian 12 to 13 across multiple LXC setup scripts.
  • Refactor update_script functions for consistency, improve messaging, and standardize apt usage.
  • Update Kimai install and update scripts to use setup_php, setup_composer, and fetch_and_deploy_gh_release helpers, and switch from MySQL to MariaDB.
  • Update Kometa to use Python 3.13. Minor improvements to backup, cleanup, and service management steps in several scripts.

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/8597 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `deb13_k_to_h` --- ### 📝 Commits (10+) - [`9c59abf`](https://github.com/community-scripts/ProxmoxVE/commit/9c59abf8380cc9a2113b9fc701b96c4a58439d3e) Update scripts to use Debian 13 and improve update logic - [`2077307`](https://github.com/community-scripts/ProxmoxVE/commit/20773076bf2b294137a5bb35d5c0ff381eb28760) Merge branch 'main' into deb13_k_to_h - [`a38f97d`](https://github.com/community-scripts/ProxmoxVE/commit/a38f97dfb9d9082218a597545717b81037a18656) Refactor install scripts: unify cleanup and apt usage - [`4e5d72a`](https://github.com/community-scripts/ProxmoxVE/commit/4e5d72aad116993b4874e0c3e8d17c24a3bd67c3) Update default Debian version to 13 and refactor updates - [`c259483`](https://github.com/community-scripts/ProxmoxVE/commit/c259483596c2b09a1a07a0d37e004a515f9c69ed) Update default OS version to Debian 13 in JSON configs - [`d0595c9`](https://github.com/community-scripts/ProxmoxVE/commit/d0595c911f5dcc6e1b68756be9e528fa855ba6f6) fix kimai Update Check - [`0669737`](https://github.com/community-scripts/ProxmoxVE/commit/0669737cbc4b026e128ab86a564f091d413008dd) grammar - [`431bfa2`](https://github.com/community-scripts/ProxmoxVE/commit/431bfa2f5f3fd7470eb2516c00b36e539db267e0) Correct typo in success message - [`c4054d5`](https://github.com/community-scripts/ProxmoxVE/commit/c4054d5c16012d85b20d3a738e61d60bfd474cbc) Fix typo in success message for update - [`6ed7ff4`](https://github.com/community-scripts/ProxmoxVE/commit/6ed7ff46f5e10d0beb6a6ef9956b6b83e90afce7) refactor ### 📊 Changes **98 files changed** (+338 additions, -516 deletions) <details> <summary>View changed files</summary> 📝 `ct/headscale.sh` (+1 -1) 📝 `ct/healthchecks.sh` (+2 -3) 📝 `ct/hivemq.sh` (+10 -10) 📝 `ct/homarr.sh` (+1 -1) 📝 `ct/homeassistant.sh` (+1 -1) 📝 `ct/homebox.sh` (+1 -1) 📝 `ct/homebridge.sh` (+12 -12) 📝 `ct/hortusfox.sh` (+2 -5) 📝 `ct/huntarr.sh` (+1 -1) 📝 `ct/hyperhdr.sh` (+2 -2) 📝 `ct/hyperion.sh` (+3 -3) 📝 `ct/immich.sh` (+4 -10) 📝 `ct/influxdb.sh` (+3 -3) 📝 `ct/inspircd.sh` (+1 -1) 📝 `ct/inventree.sh` (+3 -3) 📝 `ct/iobroker.sh` (+4 -4) 📝 `ct/itsm-ng.sh` (+6 -7) 📝 `ct/iventoy.sh` (+1 -1) 📝 `ct/jackett.sh` (+9 -9) 📝 `ct/jeedom.sh` (+2 -2) _...and 78 more files_ </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 - Bump default container OS version from Debian 12 to 13 across multiple LXC setup scripts. - Refactor update_script functions for consistency, improve messaging, and standardize apt usage. - Update Kimai install and update scripts to use setup_php, setup_composer, and fetch_and_deploy_gh_release helpers, and switch from MySQL to MariaDB. - Update Kometa to use Python 3.13. Minor improvements to backup, cleanup, and service management steps in several scripts. ## 🔗 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. - [x] ✨ **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 15:35:21 +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#7524
No description provided.