[PR #8367] [MERGED] Bump O to P-Scripts to Debian 13 (Trixie) #7276

Closed
opened 2026-02-05 07:52:40 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: deb13_o_to_p


📝 Commits (6)

📊 Changes

168 files changed (+500 additions, -364 deletions)

View changed files

📝 ct/oauth2-proxy.sh (+1 -1)
📝 ct/octoprint.sh (+1 -1)
📝 ct/odoo.sh (+2 -2)
📝 ct/omada.sh (+5 -5)
📝 ct/ombi.sh (+1 -1)
📝 ct/omv.sh (+3 -3)
📝 ct/onedev.sh (+1 -1)
📝 ct/onlyoffice.sh (+3 -3)
📝 ct/opengist.sh (+1 -1)
📝 ct/openhab.sh (+3 -3)
📝 ct/openobserve.sh (+1 -1)
📝 ct/openproject.sh (+3 -3)
📝 ct/openwebui.sh (+1 -1)
📝 ct/openziti-controller.sh (+3 -3)
📝 ct/openziti-tunnel.sh (+2 -2)
📝 ct/ots.sh (+1 -1)
📝 ct/outline.sh (+1 -1)
📝 ct/overseerr.sh (+1 -1)
📝 ct/owncast.sh (+1 -1)
📝 ct/pairdrop.sh (+1 -1)

...and 80 more files

📄 Description

✍️ Description

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/8367 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `deb13_o_to_p` --- ### 📝 Commits (6) - [`4d2d0ce`](https://github.com/community-scripts/ProxmoxVE/commit/4d2d0ce4c9f19ad2f57eae9e1f6d42e8dd4d10e5) Bump O to P-Scripts to Debian 13 (Trixie) - [`6fbef70`](https://github.com/community-scripts/ProxmoxVE/commit/6fbef70a890c56fc6cfe53c07d331ceac1398984) bump to trixie - [`8475488`](https://github.com/community-scripts/ProxmoxVE/commit/847548801877a2ea3364d795d26ca549c132d1f9) bump to trixie - [`80afb96`](https://github.com/community-scripts/ProxmoxVE/commit/80afb96e814e1a9fa6eff5a045aca6505e0db9d4) Enhance cleanup commands in odoo-install.sh - [`c931506`](https://github.com/community-scripts/ProxmoxVE/commit/c9315066653aefabb93308f7fb2c0058a735bcae) refactor - [`c04ac9b`](https://github.com/community-scripts/ProxmoxVE/commit/c04ac9b63b303207edbe182ed4604c2c5bc736a2) fix: php source to deb 822 ### 📊 Changes **168 files changed** (+500 additions, -364 deletions) <details> <summary>View changed files</summary> 📝 `ct/oauth2-proxy.sh` (+1 -1) 📝 `ct/octoprint.sh` (+1 -1) 📝 `ct/odoo.sh` (+2 -2) 📝 `ct/omada.sh` (+5 -5) 📝 `ct/ombi.sh` (+1 -1) 📝 `ct/omv.sh` (+3 -3) 📝 `ct/onedev.sh` (+1 -1) 📝 `ct/onlyoffice.sh` (+3 -3) 📝 `ct/opengist.sh` (+1 -1) 📝 `ct/openhab.sh` (+3 -3) 📝 `ct/openobserve.sh` (+1 -1) 📝 `ct/openproject.sh` (+3 -3) 📝 `ct/openwebui.sh` (+1 -1) 📝 `ct/openziti-controller.sh` (+3 -3) 📝 `ct/openziti-tunnel.sh` (+2 -2) 📝 `ct/ots.sh` (+1 -1) 📝 `ct/outline.sh` (+1 -1) 📝 `ct/overseerr.sh` (+1 -1) 📝 `ct/owncast.sh` (+1 -1) 📝 `ct/pairdrop.sh` (+1 -1) _...and 80 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 ## 🔗 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>
OVERLORD added the pull-request label 2026-02-05 07:52:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#7276