[PR #1390] [MERGED] v2.9.9 #3428

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • e5a3b5e added endpoint to download certificates
  • 7b67ef3 fixed linting
  • ac3df6d fixed comments
  • a8f4699 [frontend] certificate download changes
  • 1b1807c removed debug lines
  • be87c45 thrown exception for non LE certificates
  • 8944609 fixed linting
  • f302ff7 corrected message
  • 6f2b4fd Forwarding host should be anyOf not oneOf
  • c4e2557 Bump tar from 6.1.6 to 6.1.11 in /docs

📊 Changes

15 files changed (+410 additions, -40 deletions)

View changed files

📝 .version (+1 -1)
📝 README.md (+19 -1)
📝 backend/app.js (+1 -1)
📝 backend/internal/certificate.js (+67 -0)
📝 backend/package.json (+1 -0)
📝 backend/routes/api/nginx/certificates.js (+29 -0)
📝 backend/schema/endpoints/streams.json (+1 -1)
📝 backend/templates/_listen.conf (+1 -1)
📝 backend/yarn.lock (+216 -22)
📝 docs/advanced-config/README.md (+9 -9)
📝 docs/yarn.lock (+3 -3)
📝 frontend/js/app/api.js (+53 -0)
📝 frontend/js/app/nginx/certificates/list/item.ejs (+1 -0)
📝 frontend/js/app/nginx/certificates/list/item.js (+7 -1)
📝 frontend/js/i18n/messages.json (+1 -0)

📄 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/1390 **Author:** [@jc21](https://github.com/jc21) **Created:** 9/9/2021 **Status:** ✅ Merged **Merged:** 9/10/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`e5a3b5e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/e5a3b5ee2f9c152e729c2274198a4c4ee619ed57) added endpoint to download certificates - [`7b67ef3`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/7b67ef301554e6568f5e506410aa4d881543c6b9) fixed linting - [`ac3df6d`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ac3df6dd778b3eb5a58c69badecd64a9680439d8) fixed comments - [`a8f4699`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/a8f4699816ac7fbacef8f014149fbe6a12923e06) [frontend] certificate download changes - [`1b1807c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1b1807c79a3fd97af66afd2ed2fc09b92a3d09ab) removed debug lines - [`be87c45`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/be87c45f276f4ed515035134c3bc2ac20e3b1692) thrown exception for non LE certificates - [`8944609`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/8944609b63ed623d6e0c9b16b30c19f75b23cc93) fixed linting - [`f302ff7`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/f302ff71c98004068a80f526af4fb46d9a7af78c) corrected message - [`6f2b4fd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/6f2b4fdf86f3101614dd4b3ff65f31b433fe8f4e) Forwarding host should be anyOf not oneOf - [`c4e2557`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/c4e2557de20a0694f2387c399e69abb361d73916) Bump tar from 6.1.6 to 6.1.11 in /docs ### 📊 Changes **15 files changed** (+410 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `README.md` (+19 -1) 📝 `backend/app.js` (+1 -1) 📝 `backend/internal/certificate.js` (+67 -0) 📝 `backend/package.json` (+1 -0) 📝 `backend/routes/api/nginx/certificates.js` (+29 -0) 📝 `backend/schema/endpoints/streams.json` (+1 -1) 📝 `backend/templates/_listen.conf` (+1 -1) 📝 `backend/yarn.lock` (+216 -22) 📝 `docs/advanced-config/README.md` (+9 -9) 📝 `docs/yarn.lock` (+3 -3) 📝 `frontend/js/app/api.js` (+53 -0) 📝 `frontend/js/app/nginx/certificates/list/item.ejs` (+1 -0) 📝 `frontend/js/app/nginx/certificates/list/item.js` (+7 -1) 📝 `frontend/js/i18n/messages.json` (+1 -0) </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:37 +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#3428
No description provided.