[PR #5971] [MERGED] chore: reorganize nginxproxymanager update script #6263

Open
opened 2025-11-20 07:09:49 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5971
Author: @Kirbo
Created: 7/14/2025
Status: Merged
Merged: 7/16/2025
Merged by: @michelroegl-brunner

Base: mainHead: main


📝 Commits (2)

  • 731650d chore: reorganize nginxproxymanager update script
  • b32b5f3 Merge branch 'main' into main

📊 Changes

1 file changed (+22 additions, -17 deletions)

View changed files

📝 ct/nginxproxymanager.sh (+22 -17)

📄 Description

✍️ Description

Reorganized the nginxproxymanager update script, so that the new Frontend gets build before services are stopped, so the downtime is shorter

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.

https://github.com/user-attachments/assets/ad369418-6f88-4f15-96e7-86109a0e03b1


🔄 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/5971 **Author:** [@Kirbo](https://github.com/Kirbo) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/16/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`731650d`](https://github.com/community-scripts/ProxmoxVE/commit/731650dbc63ccc8e2ba5573e7a8d1a229cba24f1) chore: reorganize nginxproxymanager update script - [`b32b5f3`](https://github.com/community-scripts/ProxmoxVE/commit/b32b5f3ba89ce8e66d9f8e869b4cdf6d3fce7b8c) Merge branch 'main' into main ### 📊 Changes **1 file changed** (+22 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `ct/nginxproxymanager.sh` (+22 -17) </details> ### 📄 Description ## ✍️ Description Reorganized the `nginxproxymanager` update script, so that the new Frontend gets build before services are stopped, so the downtime is shorter ## ✅ 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. https://github.com/user-attachments/assets/ad369418-6f88-4f15-96e7-86109a0e03b1 --- <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:09:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#6263