[PR #10560] npm: certbot tweak #8707

Open
opened 2026-02-05 08:39:44 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10560
Author: @MickLesk
Created: 1/5/2026
Status: 🔄 Open

Base: mainHead: certbot_npm


📝 Commits (5)

  • 0fb5fc5 Fix Nginx Proxy Manager for Debian 13 Trixie
  • 259f14b Fix openresty suite mapping for Debian 13
  • b42f9fa Fix NPM API health issues on Debian 13 with certbot-dns-multi
  • e44a8e8 Add idempotency check for Debian 13 certbot fix
  • 6f358d7 Add PostGIS extension check to Reitti update_script

📊 Changes

3 files changed (+54 additions, -4 deletions)

View changed files

📝 ct/nginxproxymanager.sh (+23 -2)
📝 ct/reitti.sh (+9 -0)
📝 install/nginxproxymanager-install.sh (+22 -2)

📄 Description

✍️ Description

Fixes #

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/10560 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 1/5/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `certbot_npm` --- ### 📝 Commits (5) - [`0fb5fc5`](https://github.com/community-scripts/ProxmoxVE/commit/0fb5fc5ce05619734e183f60bc0d6a863e7d60e7) Fix Nginx Proxy Manager for Debian 13 Trixie - [`259f14b`](https://github.com/community-scripts/ProxmoxVE/commit/259f14b8e980c92dbcd7d64e21a3dd3c39c5e846) Fix openresty suite mapping for Debian 13 - [`b42f9fa`](https://github.com/community-scripts/ProxmoxVE/commit/b42f9fabe1392bb71997b434bad25c15cc9863f3) Fix NPM API health issues on Debian 13 with certbot-dns-multi - [`e44a8e8`](https://github.com/community-scripts/ProxmoxVE/commit/e44a8e8af88808c560fba999d309c09f4d1011b6) Add idempotency check for Debian 13 certbot fix - [`6f358d7`](https://github.com/community-scripts/ProxmoxVE/commit/6f358d7e5d0b59203da9b39accb65b1292d82dcd) Add PostGIS extension check to Reitti update_script ### 📊 Changes **3 files changed** (+54 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `ct/nginxproxymanager.sh` (+23 -2) 📝 `ct/reitti.sh` (+9 -0) 📝 `install/nginxproxymanager-install.sh` (+22 -2) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description ## 🔗 Related Issue Fixes # ## ✅ 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. --- <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 08:39:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#8707