[PR #3804] [MERGED] change var in ct files to new standard #4407

Closed
opened 2026-02-05 06:19:21 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: var-ct-change


📝 Commits (2)

  • 140bbf2 Change var in ct files to new standard
  • 3924222 remove actual

📊 Changes

287 files changed (+1987 additions, -2123 deletions)

View changed files

📝 ct/2fauth.sh (+7 -7)
ct/actualbudget.sh (+0 -136)
📝 ct/adguard.sh (+7 -7)
📝 ct/adventurelog.sh (+7 -7)
📝 ct/agentdvr.sh (+7 -7)
📝 ct/alpine-docker.sh (+7 -7)
📝 ct/alpine-gitea.sh (+7 -7)
📝 ct/alpine-grafana.sh (+7 -7)
📝 ct/alpine-it-tools.sh (+7 -7)
📝 ct/alpine-nextcloud.sh (+7 -7)
📝 ct/alpine-redis.sh (+7 -7)
📝 ct/alpine-vaultwarden.sh (+7 -7)
📝 ct/alpine-zigbee2mqtt.sh (+7 -7)
📝 ct/alpine.sh (+7 -7)
📝 ct/apache-cassandra.sh (+7 -7)
📝 ct/apache-couchdb.sh (+7 -7)
📝 ct/apache-guacamole.sh (+7 -7)
📝 ct/apache-tika.sh (+7 -7)
📝 ct/apache-tomcat.sh (+7 -7)
📝 ct/apt-cacher-ng.sh (+7 -7)

...and 80 more files

📄 Description

✍️ Description

  • add new default var declaration to get an curl -fssl var_version=test to running.
  • Introduced by removing os selection in adv_settings #3771

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • New feature – Adds new, non-breaking functionality.

🔄 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/3804 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `var-ct-change` --- ### 📝 Commits (2) - [`140bbf2`](https://github.com/community-scripts/ProxmoxVE/commit/140bbf268bfd4708d3a35cdcb073577070c06815) Change var in ct files to new standard - [`3924222`](https://github.com/community-scripts/ProxmoxVE/commit/3924222840493fac6aa87705c3ce430cb7a8cd37) remove actual ### 📊 Changes **287 files changed** (+1987 additions, -2123 deletions) <details> <summary>View changed files</summary> 📝 `ct/2fauth.sh` (+7 -7) ➖ `ct/actualbudget.sh` (+0 -136) 📝 `ct/adguard.sh` (+7 -7) 📝 `ct/adventurelog.sh` (+7 -7) 📝 `ct/agentdvr.sh` (+7 -7) 📝 `ct/alpine-docker.sh` (+7 -7) 📝 `ct/alpine-gitea.sh` (+7 -7) 📝 `ct/alpine-grafana.sh` (+7 -7) 📝 `ct/alpine-it-tools.sh` (+7 -7) 📝 `ct/alpine-nextcloud.sh` (+7 -7) 📝 `ct/alpine-redis.sh` (+7 -7) 📝 `ct/alpine-vaultwarden.sh` (+7 -7) 📝 `ct/alpine-zigbee2mqtt.sh` (+7 -7) 📝 `ct/alpine.sh` (+7 -7) 📝 `ct/apache-cassandra.sh` (+7 -7) 📝 `ct/apache-couchdb.sh` (+7 -7) 📝 `ct/apache-guacamole.sh` (+7 -7) 📝 `ct/apache-tika.sh` (+7 -7) 📝 `ct/apache-tomcat.sh` (+7 -7) 📝 `ct/apt-cacher-ng.sh` (+7 -7) _...and 80 more files_ </details> ### 📄 Description ## ✍️ Description - add new default var declaration to get an curl -fssl var_version=test to running. - Introduced by removing os selection in adv_settings #3771 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [x] **No breaking changes** – Existing functionality remains intact. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [x] ✨ **New feature** – Adds new, non-breaking functionality. --- <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 06:19:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#4407