[PR #3466] [MERGED] v2.11.0 #3709

Closed
opened 2026-02-26 08:31:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/3466
Author: @jc21
Created: 1/18/2024
Status: Merged
Merged: 1/19/2024
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • 4c59400 added support for dns.he.net certbot plugin #2153
  • 6f8db95 Added force renewal + --dns-duckdns-no-txt-restore
  • 5af834e mix/max ports
  • 4b9c02c Add robots noindex meta tag to prevent indexing
  • 62e4edd Update certbot-dns-plugins.js
  • 881d705 Add description for Strato 2FA and International Site Support
  • 6b565e6 Change perms on logrotated logs to npm user
  • 4867db0 Remove explicit user and group - add su directive for default user (npm).
  • f426e64 Add warning comment about changing the default user name and group name
  • 0f3b76f Merge pull request #3219 from FibreTTP/logrotate-perms

📊 Changes

67 files changed (+6541 additions, -12825 deletions)

View changed files

.github/workflows/stale.yml (+21 -0)
📝 .version (+1 -1)
📝 Jenkinsfile (+139 -113)
📝 README.md (+14 -4)
📝 backend/internal/certificate.js (+97 -96)
📝 backend/internal/proxy-host.js (+1 -1)
backend/lib/certbot.js (+77 -0)
📝 backend/lib/error.js (+10 -1)
📝 backend/lib/utils.js (+16 -11)
📝 backend/logger.js (+1 -0)
📝 backend/schema/definitions.json (+1 -1)
backend/scripts/install-certbot-plugins (+49 -0)
📝 backend/setup.js (+13 -17)
📝 backend/templates/_hsts.conf (+1 -1)
backend/templates/_hsts_map.conf (+3 -0)
📝 backend/templates/_listen.conf (+2 -2)
📝 backend/templates/_location.conf (+2 -0)
📝 backend/templates/dead_host.conf (+3 -0)
📝 backend/templates/proxy_host.conf (+3 -0)
📝 backend/templates/redirection_host.conf (+3 -0)

...and 47 more files

📄 Description

No description provided


🔄 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/NginxProxyManager/nginx-proxy-manager/pull/3466 **Author:** [@jc21](https://github.com/jc21) **Created:** 1/18/2024 **Status:** ✅ Merged **Merged:** 1/19/2024 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`4c59400`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4c59400731b5bc432649d8a0f7aa2bffec79c634) added support for dns.he.net certbot plugin #2153 - [`6f8db95`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/6f8db95249d9afd8d736a1dbbd3ea584a26e8622) Added force renewal + --dns-duckdns-no-txt-restore - [`5af834e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/5af834e40b265856720481decd03536ed76909c7) mix/max ports - [`4b9c02c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4b9c02cc0c3914bfc9898cc18466a2a2c0c07012) Add robots noindex meta tag to prevent indexing - [`62e4edd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/62e4edddf065700ef0b005be9d1f9b6296e88fde) Update certbot-dns-plugins.js - [`881d705`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/881d70502b7854cd1a4d7fdad90d87717ebc945a) Add description for Strato 2FA and International Site Support - [`6b565e6`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/6b565e628f4c40e0050a2704c3dd56b4eaf9d184) Change perms on logrotated logs to npm user - [`4867db0`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4867db078c9a7b606d42e0fe455e00561088bc71) Remove explicit user and group - add su directive for default user (npm). - [`f426e64`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/f426e6456935694b7a08ac139459ae136e4cc846) Add warning comment about changing the default user name and group name - [`0f3b76f`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/0f3b76f60704b21a77bf9af984bea8f52b953286) Merge pull request #3219 from FibreTTP/logrotate-perms ### 📊 Changes **67 files changed** (+6541 additions, -12825 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/stale.yml` (+21 -0) 📝 `.version` (+1 -1) 📝 `Jenkinsfile` (+139 -113) 📝 `README.md` (+14 -4) 📝 `backend/internal/certificate.js` (+97 -96) 📝 `backend/internal/proxy-host.js` (+1 -1) ➕ `backend/lib/certbot.js` (+77 -0) 📝 `backend/lib/error.js` (+10 -1) 📝 `backend/lib/utils.js` (+16 -11) 📝 `backend/logger.js` (+1 -0) 📝 `backend/schema/definitions.json` (+1 -1) ➕ `backend/scripts/install-certbot-plugins` (+49 -0) 📝 `backend/setup.js` (+13 -17) 📝 `backend/templates/_hsts.conf` (+1 -1) ➕ `backend/templates/_hsts_map.conf` (+3 -0) 📝 `backend/templates/_listen.conf` (+2 -2) 📝 `backend/templates/_location.conf` (+2 -0) 📝 `backend/templates/dead_host.conf` (+3 -0) 📝 `backend/templates/proxy_host.conf` (+3 -0) 📝 `backend/templates/redirection_host.conf` (+3 -0) _...and 47 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:31:39 +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/nginx-proxy-manager-NginxProxyManager#3709
No description provided.