[PR #8368] [MERGED] Bump L to N-Scripts to Debian 13 (Trixie) #7407

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

📋 Pull Request Information

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

Base: mainHead: deb13_l_to_n


📝 Commits (4)

  • ba1232c Bump L to N-Scripts to Debian 13 (Trixie)
  • 249fd16 refactor
  • 95373d4 Add apt clean command to cleanup process
  • 68b8a00 Add apt clean command to cleanup process

📊 Changes

130 files changed (+374 additions, -281 deletions)

View changed files

📝 ct/lazylibrarian.sh (+1 -1)
📝 ct/leantime.sh (+1 -1)
📝 ct/librespeed-rust.sh (+1 -1)
📝 ct/libretranslate.sh (+1 -1)
📝 ct/lidarr.sh (+1 -1)
📝 ct/linkstack.sh (+1 -1)
📝 ct/listmonk.sh (+1 -1)
📝 ct/lldap.sh (+1 -1)
📝 ct/lubelogger.sh (+1 -1)
📝 ct/lyrionmusicserver.sh (+4 -3)
📝 ct/mafl.sh (+1 -1)
📝 ct/magicmirror.sh (+1 -1)
📝 ct/managemydamnlife.sh (+1 -1)
📝 ct/mariadb.sh (+3 -3)
📝 ct/matterbridge.sh (+3 -3)
📝 ct/mattermost.sh (+2 -2)
📝 ct/mealie.sh (+1 -1)
📝 ct/mediamanager.sh (+1 -1)
📝 ct/mediamtx.sh (+1 -1)
📝 ct/medusa.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/8368 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `deb13_l_to_n` --- ### 📝 Commits (4) - [`ba1232c`](https://github.com/community-scripts/ProxmoxVE/commit/ba1232cca6761d0bed1cf1ad16e27cffe3ec4de9) Bump L to N-Scripts to Debian 13 (Trixie) - [`249fd16`](https://github.com/community-scripts/ProxmoxVE/commit/249fd16b1b6d1a686e92a3250f59efadbf9d5ef5) refactor - [`95373d4`](https://github.com/community-scripts/ProxmoxVE/commit/95373d4cc4b928d6cffebb017dd5f38c547f9943) Add apt clean command to cleanup process - [`68b8a00`](https://github.com/community-scripts/ProxmoxVE/commit/68b8a00fd3ba941d02f7584a53100e8bc7b0771c) Add apt clean command to cleanup process ### 📊 Changes **130 files changed** (+374 additions, -281 deletions) <details> <summary>View changed files</summary> 📝 `ct/lazylibrarian.sh` (+1 -1) 📝 `ct/leantime.sh` (+1 -1) 📝 `ct/librespeed-rust.sh` (+1 -1) 📝 `ct/libretranslate.sh` (+1 -1) 📝 `ct/lidarr.sh` (+1 -1) 📝 `ct/linkstack.sh` (+1 -1) 📝 `ct/listmonk.sh` (+1 -1) 📝 `ct/lldap.sh` (+1 -1) 📝 `ct/lubelogger.sh` (+1 -1) 📝 `ct/lyrionmusicserver.sh` (+4 -3) 📝 `ct/mafl.sh` (+1 -1) 📝 `ct/magicmirror.sh` (+1 -1) 📝 `ct/managemydamnlife.sh` (+1 -1) 📝 `ct/mariadb.sh` (+3 -3) 📝 `ct/matterbridge.sh` (+3 -3) 📝 `ct/mattermost.sh` (+2 -2) 📝 `ct/mealie.sh` (+1 -1) 📝 `ct/mediamanager.sh` (+1 -1) 📝 `ct/mediamtx.sh` (+1 -1) 📝 `ct/medusa.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>
kerem 2026-02-26 15:34:58 +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#7407
No description provided.