[PR #710] [MERGED] Update ALL CT's to new default (Part 2) #2723

Closed
opened 2026-02-05 05:09:41 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/710
Author: @MickLesk
Created: 12/6/2024
Status: Merged
Merged: 12/16/2024
Merged by: @MickLesk

Base: mainHead: update_scripts


📝 Commits (9)

📊 Changes

195 files changed (+6308 additions, -11176 deletions)

View changed files

📝 ct/actualbudget.sh (+30 -54)
📝 ct/adguard.sh (+26 -50)
📝 ct/adventurelog.sh (+59 -83)
📝 ct/agentdvr.sh (+24 -48)
📝 ct/alpine-docker.sh (+12 -42)
📝 ct/alpine-grafana.sh (+12 -42)
📝 ct/alpine-nextcloud.sh (+12 -41)
📝 ct/alpine-vaultwarden.sh (+13 -43)
📝 ct/alpine-zigbee2mqtt.sh (+11 -41)
📝 ct/alpine.sh (+19 -49)
📝 ct/apache-cassandra.sh (+23 -48)
📝 ct/apache-couchdb.sh (+24 -50)
📝 ct/apt-cacher-ng.sh (+27 -52)
📝 ct/archivebox.sh (+38 -62)
📝 ct/aria2.sh (+27 -50)
📝 ct/audiobookshelf.sh (+24 -48)
📝 ct/autobrr.sh (+36 -60)
📝 ct/bazarr.sh (+23 -50)
📝 ct/blocky.sh (+24 -49)
📝 ct/bookstack.sh (+49 -74)

...and 80 more files

📄 Description

Description

In association with PR: https://github.com/community-scripts/ProxmoxVE/pull/643

The following changes have been made:

  • Introduction of the new header
  • Scripts all standardized
  • Standardized “Completed” script completion
  • Introduction of TAGs in every CT
  • Merging of license and LICENSE.md into one line
  • Merge author and co-author into one line
  • Standardized default values area with privileged differentiation
  • An origin source (URL) is added to each script
  • Alpine Updated to 3.20
  • All indentations brought to a consistent level (Visual Studio Code)

A template and a Contributor.md will follow in Part 3! You are all asked to contribute. I will provide the first draft. Feel free to give feedback then

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

If there are other pull requests or discussions related to this change, please link them here:


🔄 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/710 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 12/6/2024 **Status:** ✅ Merged **Merged:** 12/16/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `update_scripts` --- ### 📝 Commits (9) - [`bd12ce4`](https://github.com/community-scripts/ProxmoxVE/commit/bd12ce4073df601f6561f416c7e570ab5aacec53) Update ALL CT's to new default - [`310b129`](https://github.com/community-scripts/ProxmoxVE/commit/310b129f567913931cb4741ae8afd1602ee73b91) Minor Changes - [`3a563cd`](https://github.com/community-scripts/ProxmoxVE/commit/3a563cd1a91248004e765e678ecf510223454599) Merge Bookstack from main - [`c50f2ae`](https://github.com/community-scripts/ProxmoxVE/commit/c50f2aec7cb7041195a89edceaf0113f0b605e15) Indention Bookstack - [`8bfb1a9`](https://github.com/community-scripts/ProxmoxVE/commit/8bfb1a990d67aebf4212c481227ade75b89d06c2) Merge Vikunja from Main - [`a17081a`](https://github.com/community-scripts/ProxmoxVE/commit/a17081a7e06b64036e80ac7391dc26a944a29068) Merge Komga from Main - [`9383613`](https://github.com/community-scripts/ProxmoxVE/commit/938361302991ce56e6f2f93d167b31e22e7a9499) Merge Unifi from Main - [`531fe6b`](https://github.com/community-scripts/ProxmoxVE/commit/531fe6b0562ae1a7d31d7f100f4587902aa5c55b) Merge branch 'main' of https://github.com/community-scripts/ProxmoxVE into update_scripts - [`df84bd6`](https://github.com/community-scripts/ProxmoxVE/commit/df84bd6a09f4d03f758f8197e12abca1f92b53c2) Merge branch 'main' of https://github.com/community-scripts/ProxmoxVE into update_scripts ### 📊 Changes **195 files changed** (+6308 additions, -11176 deletions) <details> <summary>View changed files</summary> 📝 `ct/actualbudget.sh` (+30 -54) 📝 `ct/adguard.sh` (+26 -50) 📝 `ct/adventurelog.sh` (+59 -83) 📝 `ct/agentdvr.sh` (+24 -48) 📝 `ct/alpine-docker.sh` (+12 -42) 📝 `ct/alpine-grafana.sh` (+12 -42) 📝 `ct/alpine-nextcloud.sh` (+12 -41) 📝 `ct/alpine-vaultwarden.sh` (+13 -43) 📝 `ct/alpine-zigbee2mqtt.sh` (+11 -41) 📝 `ct/alpine.sh` (+19 -49) 📝 `ct/apache-cassandra.sh` (+23 -48) 📝 `ct/apache-couchdb.sh` (+24 -50) 📝 `ct/apt-cacher-ng.sh` (+27 -52) 📝 `ct/archivebox.sh` (+38 -62) 📝 `ct/aria2.sh` (+27 -50) 📝 `ct/audiobookshelf.sh` (+24 -48) 📝 `ct/autobrr.sh` (+36 -60) 📝 `ct/bazarr.sh` (+23 -50) 📝 `ct/blocky.sh` (+24 -49) 📝 `ct/bookstack.sh` (+49 -74) _...and 80 more files_ </details> ### 📄 Description ## Description In association with PR: https://github.com/community-scripts/ProxmoxVE/pull/643 The following changes have been made: - Introduction of the new header - Scripts all standardized - Standardized “Completed” script completion - Introduction of TAGs in every CT - Merging of license and LICENSE.md into one line - Merge author and co-author into one line - Standardized default values area with privileged differentiation - An origin source (URL) is added to each script - Alpine Updated to 3.20 - All indentations brought to a consistent level (Visual Studio Code) **A template and a Contributor.md will follow in Part 3! You are all asked to contribute. I will provide the first draft. Feel free to give feedback then** ## Type of change Please check the relevant option(s): - [x] Bug fix (non-breaking change that resolves an issue) - [x] New feature (non-breaking change that adds functionality) - [x] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: - Related PR #643 --- <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 05:09:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2723