[PR #4775] [MERGED] Refactor: Remove gpg / gnupg from script base #5098

Closed
opened 2026-02-26 14:33:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4775
Author: @MickLesk
Created: 5/28/2025
Status: Merged
Merged: 5/28/2025
Merged by: @tremor021

Base: mainHead: refactor_gpg


📝 Commits (5)

📊 Changes

58 files changed (+32 additions, -167 deletions)

View changed files

📝 install/adventurelog-install.sh (+0 -1)
📝 install/alpine-gitea-install.sh (+0 -11)
📝 install/alpine-mariadb-install.sh (+0 -6)
📝 install/alpine-node-red-install.sh (+0 -1)
📝 install/alpine-prometheus-install.sh (+0 -5)
📝 install/alpine-redis-install.sh (+0 -11)
📝 install/alpine-wireguard-install.sh (+0 -6)
📝 install/apache-cassandra-install.sh (+0 -1)
📝 install/apache-tomcat-install.sh (+0 -2)
📝 install/bunkerweb-install.sh (+0 -1)
📝 install/caddy-install.sh (+1 -2)
📝 install/evcc-install.sh (+1 -2)
📝 install/fhem-install.sh (+0 -1)
📝 install/flaresolverr-install.sh (+0 -1)
📝 install/fluid-calendar-install.sh (+0 -1)
📝 install/frigate-install.sh (+1 -1)
📝 install/hivemq-install.sh (+0 -4)
📝 install/homarr-install.sh (+0 -1)
📝 install/homeassistant-core-install.sh (+0 -1)
📝 install/homebridge-install.sh (+0 -1)

...and 38 more files

📄 Description

✍️ Description

  • remove all gpg / gnupg / gnupg2 apts/apks from install scripts
  • add gpg for alpine-install.func

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/4775 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 5/28/2025 **Status:** ✅ Merged **Merged:** 5/28/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `refactor_gpg` --- ### 📝 Commits (5) - [`54c6b37`](https://github.com/community-scripts/ProxmoxVE/commit/54c6b370178834102dc0362cc9d6995d55f3dd0a) Refactor: Remove gpg / gnupg from - [`140e92e`](https://github.com/community-scripts/ProxmoxVE/commit/140e92e5e95532e81ae249da9fda733f9a81b9f9) push more - [`d5b82eb`](https://github.com/community-scripts/ProxmoxVE/commit/d5b82eb6b156b7cc3cada60278bedc8f451ccf77) add more - [`7aa940b`](https://github.com/community-scripts/ProxmoxVE/commit/7aa940b68b8b2fde57ec0d4bfde8182f8e052e09) Update reactive-resume-install.sh - [`6965b3f`](https://github.com/community-scripts/ProxmoxVE/commit/6965b3f64bf0494fad7e682c64d7699fba2c6a44) Revert: add unzip ### 📊 Changes **58 files changed** (+32 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `install/adventurelog-install.sh` (+0 -1) 📝 `install/alpine-gitea-install.sh` (+0 -11) 📝 `install/alpine-mariadb-install.sh` (+0 -6) 📝 `install/alpine-node-red-install.sh` (+0 -1) 📝 `install/alpine-prometheus-install.sh` (+0 -5) 📝 `install/alpine-redis-install.sh` (+0 -11) 📝 `install/alpine-wireguard-install.sh` (+0 -6) 📝 `install/apache-cassandra-install.sh` (+0 -1) 📝 `install/apache-tomcat-install.sh` (+0 -2) 📝 `install/bunkerweb-install.sh` (+0 -1) 📝 `install/caddy-install.sh` (+1 -2) 📝 `install/evcc-install.sh` (+1 -2) 📝 `install/fhem-install.sh` (+0 -1) 📝 `install/flaresolverr-install.sh` (+0 -1) 📝 `install/fluid-calendar-install.sh` (+0 -1) 📝 `install/frigate-install.sh` (+1 -1) 📝 `install/hivemq-install.sh` (+0 -4) 📝 `install/homarr-install.sh` (+0 -1) 📝 `install/homeassistant-core-install.sh` (+0 -1) 📝 `install/homebridge-install.sh` (+0 -1) _...and 38 more files_ </details> ### 📄 Description ## ✍️ Description - remove all gpg / gnupg / gnupg2 apts/apks from install scripts - add gpg for alpine-install.func ## ✅ 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. - [ ] ✨ **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. - [x] 🔧 **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 14:33:04 +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#5098
No description provided.