[PR #1574] [MERGED] v2.9.12 #3461

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1574
Author: @jc21
Created: 11/8/2021
Status: Merged
Merged: 11/8/2021
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • e17de60 Fixed typo
  • 4ada0fe Removes swagger container and adds exposed port for DB in dev env
  • ffe3db8 Falls back to SQLite if no environment variables are provided
  • efc5bff Makes SQLite the default database in documentation
  • c3bef28 Merge pull request #1547 from jc21/makes-sqlite-default
  • 4c6b96a Merge pull request #1546 from jc21/removes-swagger-containter
  • d95cd36 Merge pull request #1544 from piuswalter/patch-1
  • 3d80759 Renames the $upstream variables and does not append $request_ui if capture group exists in location
  • a5229d0 Adds advanced config header warning and replaces variable info with translation
  • 8db541f Removes HSTS from admin ui

📊 Changes

15 files changed (+160 additions, -622 deletions)

View changed files

📝 .version (+1 -1)
📝 README.md (+2 -18)
📝 backend/app.js (+6 -7)
📝 backend/index.js (+69 -68)
📝 backend/internal/certificate.js (+11 -6)
📝 backend/package.json (+1 -6)
📝 backend/templates/_location.conf (+7 -2)
📝 backend/yarn.lock (+1 -198)
📝 docker/docker-compose.dev.yml (+2 -13)
📝 docker/rootfs/etc/nginx/conf.d/include/proxy.conf (+2 -2)
📝 docs/setup/README.md (+49 -76)
📝 frontend/js/app/nginx/proxy/form.ejs (+5 -4)
📝 frontend/js/i18n/messages.json (+3 -1)
📝 frontend/package.json (+0 -1)
📝 frontend/yarn.lock (+1 -219)

📄 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/1574 **Author:** [@jc21](https://github.com/jc21) **Created:** 11/8/2021 **Status:** ✅ Merged **Merged:** 11/8/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`e17de60`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/e17de6058eb4c591e2ab79df98fa5052c2180ea5) Fixed typo - [`4ada0fe`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4ada0feae3397567b5134255a90c288c1a24976e) Removes swagger container and adds exposed port for DB in dev env - [`ffe3db8`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ffe3db8c083a5a9a1f2ef4ce4308b17b254020b8) Falls back to SQLite if no environment variables are provided - [`efc5bff`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/efc5bff2e12ecc8259ed8c3d9941ed3eed1699c7) Makes SQLite the default database in documentation - [`c3bef28`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/c3bef2867e83f090a8ca971212a411208f262ddc) Merge pull request #1547 from jc21/makes-sqlite-default - [`4c6b96a`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4c6b96ad5d06bcdcdb8d0585e730a988ff64dfd5) Merge pull request #1546 from jc21/removes-swagger-containter - [`d95cd36`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/d95cd36b3e2171137abc062b69be36f125961826) Merge pull request #1544 from piuswalter/patch-1 - [`3d80759`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/3d80759a21a9c0d1923cc69e7e94885179925b8c) Renames the $upstream variables and does not append $request_ui if capture group exists in location - [`a5229d0`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/a5229d0e92791556174cd9b5fdf664fc974d7b27) Adds advanced config header warning and replaces variable info with translation - [`8db541f`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/8db541f37f5ca5cf6d99ad235990324ee26947e0) Removes HSTS from admin ui ### 📊 Changes **15 files changed** (+160 additions, -622 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `README.md` (+2 -18) 📝 `backend/app.js` (+6 -7) 📝 `backend/index.js` (+69 -68) 📝 `backend/internal/certificate.js` (+11 -6) 📝 `backend/package.json` (+1 -6) 📝 `backend/templates/_location.conf` (+7 -2) 📝 `backend/yarn.lock` (+1 -198) 📝 `docker/docker-compose.dev.yml` (+2 -13) 📝 `docker/rootfs/etc/nginx/conf.d/include/proxy.conf` (+2 -2) 📝 `docs/setup/README.md` (+49 -76) 📝 `frontend/js/app/nginx/proxy/form.ejs` (+5 -4) 📝 `frontend/js/i18n/messages.json` (+3 -1) 📝 `frontend/package.json` (+0 -1) 📝 `frontend/yarn.lock` (+1 -219) </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: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#3461
No description provided.