[PR #1517] [MERGED] v2.9.10 #3447

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1517
Author: @jc21
Created: 10/25/2021
Status: Merged
Merged: 10/25/2021
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • 0f0a672 Added another contributor
  • c1880bd 1.1.1.1 used as a placeholder, despite being real external website/address #686
  • 413ab50 Change example IP: 0.0.0.0 -> 203.0.113.25
  • f2edf91 Merge pull request #1396 from nikhen/develop
  • ce50323 data.email should NOT be shorter than 8 characters #845
  • 7845162 Merge pull request #1399 from nikhen/i845
  • 39a5cd2 Bump set-value from 3.0.2 to 4.0.1 in /docs
  • 9979f51 Bump prismjs from 1.24.0 to 1.25.0 in /docs
  • 13fd2ce Bump nth-check from 1.0.2 to 2.0.1 in /docs
  • 9c88b9c Merge pull request #1415 from jc21/dependabot/npm_and_yarn/docs/nth-check-2.0.1

📊 Changes

17 files changed (+694 additions, -569 deletions)

View changed files

📝 .version (+1 -1)
📝 README.md (+7 -1)
📝 backend/internal/certificate.js (+2 -2)
📝 backend/package.json (+1 -1)
📝 backend/schema/definitions.json (+1 -1)
📝 backend/setup.js (+1 -1)
📝 backend/yarn.lock (+9 -9)
📝 docker/rootfs/etc/letsencrypt.ini (+1 -0)
📝 docs/package.json (+2 -2)
📝 docs/yarn.lock (+21 -7)
📝 frontend/js/app/ui/header/main.ejs (+3 -0)
📝 frontend/js/app/ui/main.ejs (+7 -5)
📝 frontend/js/i18n/messages.json (+1 -1)
📝 frontend/package.json (+2 -2)
📝 frontend/webpack.config.js (+2 -2)
📝 frontend/yarn.lock (+360 -290)
📝 global/certbot-dns-plugins.js (+273 -244)

📄 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/1517 **Author:** [@jc21](https://github.com/jc21) **Created:** 10/25/2021 **Status:** ✅ Merged **Merged:** 10/25/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`0f0a672`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/0f0a6722759d5747d60912239f13e34125aa684d) Added another contributor - [`c1880bd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/c1880bd3ffa1ce8f770af2ab66200ad8dc464f90) 1.1.1.1 used as a placeholder, despite being real external website/address #686 - [`413ab50`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/413ab50fc4588df48d5ca1b530cda73a5db55960) Change example IP: 0.0.0.0 -> 203.0.113.25 - [`f2edf91`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/f2edf9130f806a3905ef17be1dbbc68c337cc767) Merge pull request #1396 from nikhen/develop - [`ce50323`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ce503232c334163265343041f84e578f290e9e31) data.email should NOT be shorter than 8 characters #845 - [`7845162`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/784516283f2f50f5b2217dd96bf60ff65198d987) Merge pull request #1399 from nikhen/i845 - [`39a5cd2`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/39a5cd2d6e350d7834ab248fb4e587e19d9a2d87) Bump set-value from 3.0.2 to 4.0.1 in /docs - [`9979f51`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/9979f516d6e302e1efdcdda14792f1305fea0f6c) Bump prismjs from 1.24.0 to 1.25.0 in /docs - [`13fd2ce`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/13fd2ce4e2fc47ab4480d23e5e3641c4f1312db4) Bump nth-check from 1.0.2 to 2.0.1 in /docs - [`9c88b9c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/9c88b9c1e9f6b7585f97e908c9779410caed6983) Merge pull request #1415 from jc21/dependabot/npm_and_yarn/docs/nth-check-2.0.1 ### 📊 Changes **17 files changed** (+694 additions, -569 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `README.md` (+7 -1) 📝 `backend/internal/certificate.js` (+2 -2) 📝 `backend/package.json` (+1 -1) 📝 `backend/schema/definitions.json` (+1 -1) 📝 `backend/setup.js` (+1 -1) 📝 `backend/yarn.lock` (+9 -9) 📝 `docker/rootfs/etc/letsencrypt.ini` (+1 -0) 📝 `docs/package.json` (+2 -2) 📝 `docs/yarn.lock` (+21 -7) 📝 `frontend/js/app/ui/header/main.ejs` (+3 -0) 📝 `frontend/js/app/ui/main.ejs` (+7 -5) 📝 `frontend/js/i18n/messages.json` (+1 -1) 📝 `frontend/package.json` (+2 -2) 📝 `frontend/webpack.config.js` (+2 -2) 📝 `frontend/yarn.lock` (+360 -290) 📝 `global/certbot-dns-plugins.js` (+273 -244) </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:30:41 +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#3447
No description provided.