[PR #692] [MERGED] v2.6.2 #3283

Closed
opened 2026-02-26 07:38:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/692
Author: @jc21
Created: 11/6/2020
Status: Merged
Merged: 11/6/2020
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • 1028de8 Adds certbot plugin installation check on startup
  • 08ab621 Fixes eslint errors
  • 7ba58bd Update certificate.js
  • 190cd2d Update certificate.js
  • ffd2430 Merge pull request #666 from MarceloLagos/master
  • 96f401c Merge pull request #664 from chaptergy/fixes-expiring-hosts-renewal
  • f192748 Use x-real-ip header for the real-ip module
  • 7d693a4 Expands and refactors dns plugin list
  • 60a4019 Always install additional dependencies for dns plugins
  • a3159ad Converts tabs to spaces

📊 Changes

9 files changed (+114 additions, -243 deletions)

View changed files

📝 .version (+1 -1)
📝 README.md (+1 -1)
📝 backend/internal/certificate.js (+28 -37)
📝 backend/setup.js (+49 -1)
📝 docker/rootfs/etc/nginx/conf.d/include/ip_ranges.conf (+2 -196)
📝 docker/rootfs/etc/nginx/conf.d/include/proxy.conf (+2 -0)
📝 docker/rootfs/etc/nginx/nginx.conf (+1 -1)
📝 frontend/js/i18n/messages.json (+1 -1)
📝 global/certbot-dns-plugins.js (+29 -5)

📄 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/692 **Author:** [@jc21](https://github.com/jc21) **Created:** 11/6/2020 **Status:** ✅ Merged **Merged:** 11/6/2020 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`1028de8`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1028de8158a3e9396930c2e91d5862de5d7866ba) Adds certbot plugin installation check on startup - [`08ab621`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/08ab62108fb76d8e39e06be46fdc1604fb33c1e3) Fixes eslint errors - [`7ba58bd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/7ba58bdbd3d0667337fc1e48281828e49c0ec56b) Update certificate.js - [`190cd2d`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/190cd2d6bb48e63127d03f9dde070e0934f1919c) Update certificate.js - [`ffd2430`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ffd24301604ec12a5b10c5cb17bb1bb284058f46) Merge pull request #666 from MarceloLagos/master - [`96f401c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/96f401cba6ee15a13f72a718f433d62a1a5e8b3e) Merge pull request #664 from chaptergy/fixes-expiring-hosts-renewal - [`f192748`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/f192748bf9e61b3dce8f43668f947022f1ba04fc) Use x-real-ip header for the real-ip module - [`7d693a4`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/7d693a4271135ffc2f4201dc47df9aa9792ee2e2) Expands and refactors dns plugin list - [`60a4019`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/60a40197f13c93294c5c480daebb95cf853a851c) Always install additional dependencies for dns plugins - [`a3159ad`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/a3159ad59e2f1b15878ec89384b0021183da78e4) Converts tabs to spaces ### 📊 Changes **9 files changed** (+114 additions, -243 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `README.md` (+1 -1) 📝 `backend/internal/certificate.js` (+28 -37) 📝 `backend/setup.js` (+49 -1) 📝 `docker/rootfs/etc/nginx/conf.d/include/ip_ranges.conf` (+2 -196) 📝 `docker/rootfs/etc/nginx/conf.d/include/proxy.conf` (+2 -0) 📝 `docker/rootfs/etc/nginx/nginx.conf` (+1 -1) 📝 `frontend/js/i18n/messages.json` (+1 -1) 📝 `global/certbot-dns-plugins.js` (+29 -5) </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 07:38:44 +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#3283
No description provided.