[PR #5707] [MERGED] Refactor: Changed the way we install BunkerWeb by leveraging the brand new install-bunkerweb.sh #6018

Closed
opened 2025-11-20 07:08:40 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5707
Author: @TheophileDiot
Created: 7/4/2025
Status: Merged
Merged: 7/7/2025
Merged by: @tremor021

Base: mainHead: feature/update-bunkerweb-1.6.2


📝 Commits (4)

  • a7d059f Refactor: Changed the way we install BunkerWeb by leveraging the brand new install-bunkerweb.sh script
  • 4b98f1a Fix: Unhold nginx package before installation to prevent conflicts
  • 4556d8f Fix: Allow downgrades when installing BunkerWeb to ensure compatibility
  • 7e4c500 add external output

📊 Changes

3 files changed (+12 additions, -14 deletions)

View changed files

📝 ct/bunkerweb.sh (+2 -2)
📝 frontend/public/json/bunkerweb.json (+6 -1)
📝 install/bunkerweb-install.sh (+4 -11)

📄 Description

✍️ Description

  • Dropped manual APT setup: removed all keyring imports, custom nginx repo entries, and hard-pinned installs.
  • Switched to the upstream installer: fetch and run install-bunkerweb.sh from BunkerWeb official GitHub repository.

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/5707 **Author:** [@TheophileDiot](https://github.com/TheophileDiot) **Created:** 7/4/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `feature/update-bunkerweb-1.6.2` --- ### 📝 Commits (4) - [`a7d059f`](https://github.com/community-scripts/ProxmoxVE/commit/a7d059f26521fbc5fb764f2167526be40d2a1489) Refactor: Changed the way we install BunkerWeb by leveraging the brand new install-bunkerweb.sh script - [`4b98f1a`](https://github.com/community-scripts/ProxmoxVE/commit/4b98f1a378d5365b288bbbc5fd6271dd3ea81a27) Fix: Unhold nginx package before installation to prevent conflicts - [`4556d8f`](https://github.com/community-scripts/ProxmoxVE/commit/4556d8f91525dfa5c58818266f671717d6fd31d3) Fix: Allow downgrades when installing BunkerWeb to ensure compatibility - [`7e4c500`](https://github.com/community-scripts/ProxmoxVE/commit/7e4c5001b46653bc7d5bfa9a51deb6a232ce7a53) add external output ### 📊 Changes **3 files changed** (+12 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `ct/bunkerweb.sh` (+2 -2) 📝 `frontend/public/json/bunkerweb.json` (+6 -1) 📝 `install/bunkerweb-install.sh` (+4 -11) </details> ### 📄 Description ## ✍️ Description * **Dropped manual APT setup**: removed all keyring imports, custom `nginx` repo entries, and hard-pinned installs. * **Switched to the upstream installer**: fetch and run `install-bunkerweb.sh` from BunkerWeb official GitHub repository. ## ✅ 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>
saavagebueno added the pull-request label 2025-11-20 07:08:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#6018