[PR #725] [MERGED] v2.7.0 #3287

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • 6be0343 Adds visual indicator for certificate deletion
  • 1518ecd Adds autoremove of failed certificate creations in DB
  • 57fc1d8 Removes the need of a config file and allows db config via environment
  • c5ceb3b Removes obsolete file mount
  • 1337c50 Use latest tag in full setup instructions
  • 540554c Merge pull request #695 from chaptergy/failed-certificate-autoremove
  • 2115da2 Merge pull request #694 from chaptergy/visual-indicator-for-certificate-deletion
  • 70a445e Merge pull request #704 from chaptergy/allow-setup-without-config-file
  • 4ee5d99 Bumped version
  • 657ee73 Merge branch 'master' into develop

📊 Changes

11 files changed (+185 additions, -103 deletions)

View changed files

.jenkins/config-mysql.json (+0 -10)
.jenkins/config-sqlite.json (+0 -11)
📝 .version (+1 -1)
📝 README.md (+1 -1)
📝 backend/index.js (+86 -1)
📝 backend/internal/certificate.js (+7 -0)
📝 docker/docker-compose.ci.yml (+10 -6)
📝 docker/docker-compose.dev.yml (+10 -4)
📝 docs/README.md (+9 -18)
📝 docs/setup/README.md (+58 -51)
📝 frontend/js/app/nginx/certificates/delete.js (+3 -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/725 **Author:** [@jc21](https://github.com/jc21) **Created:** 11/18/2020 **Status:** ✅ Merged **Merged:** 11/18/2020 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`6be0343`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/6be0343918a0fa82d767a026cce77e9178f0f243) Adds visual indicator for certificate deletion - [`1518ecd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1518ecd1e981ade371bea9c11e06844159116d3a) Adds autoremove of failed certificate creations in DB - [`57fc1d8`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/57fc1d8f08cdba4c18d881ea8673f7c2c038a6a9) Removes the need of a config file and allows db config via environment - [`c5ceb3b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/c5ceb3b2b11690b51868f25fe4bec56cb19a66a1) Removes obsolete file mount - [`1337c50`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1337c50d283241ea0b0624539f1c9cb09c9b1a3a) Use `latest` tag in full setup instructions - [`540554c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/540554c4f682190e6419771657b2fa97f16c298f) Merge pull request #695 from chaptergy/failed-certificate-autoremove - [`2115da2`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/2115da210dc0ae30d87c628b7399e11d5f65d799) Merge pull request #694 from chaptergy/visual-indicator-for-certificate-deletion - [`70a445e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/70a445e2d73c2780338583139a8dea22d5179cb3) Merge pull request #704 from chaptergy/allow-setup-without-config-file - [`4ee5d99`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4ee5d993cf797bee4a6297b3c3d01b2e6ffc3351) Bumped version - [`657ee73`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/657ee73ff1bc1b58000633dd0ccb7f2078bda16c) Merge branch 'master' into develop ### 📊 Changes **11 files changed** (+185 additions, -103 deletions) <details> <summary>View changed files</summary> ➖ `.jenkins/config-mysql.json` (+0 -10) ➖ `.jenkins/config-sqlite.json` (+0 -11) 📝 `.version` (+1 -1) 📝 `README.md` (+1 -1) 📝 `backend/index.js` (+86 -1) 📝 `backend/internal/certificate.js` (+7 -0) 📝 `docker/docker-compose.ci.yml` (+10 -6) 📝 `docker/docker-compose.dev.yml` (+10 -4) 📝 `docs/README.md` (+9 -18) 📝 `docs/setup/README.md` (+58 -51) 📝 `frontend/js/app/nginx/certificates/delete.js` (+3 -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 07:38:45 +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#3287
No description provided.