[PR #704] [MERGED] Removes the need of a config file and allows db config via environment #3286

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/704
Author: @chaptergy
Created: 11/7/2020
Status: Merged
Merged: 11/18/2020
Merged by: @jc21

Base: developHead: allow-setup-without-config-file


📝 Commits (3)

  • 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

📊 Changes

7 files changed (+173 additions, -101 deletions)

View changed files

.jenkins/config-mysql.json (+0 -10)
.jenkins/config-sqlite.json (+0 -11)
📝 backend/index.js (+86 -1)
📝 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)

📄 Description

This PR will remove the need of a config file and will generate one at boot from environment variables. This will make setup even easier and will allow easy setup though Docker GUIs like Portainer.


🔄 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/704 **Author:** [@chaptergy](https://github.com/chaptergy) **Created:** 11/7/2020 **Status:** ✅ Merged **Merged:** 11/18/2020 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `allow-setup-without-config-file` --- ### 📝 Commits (3) - [`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 ### 📊 Changes **7 files changed** (+173 additions, -101 deletions) <details> <summary>View changed files</summary> ➖ `.jenkins/config-mysql.json` (+0 -10) ➖ `.jenkins/config-sqlite.json` (+0 -11) 📝 `backend/index.js` (+86 -1) 📝 `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) </details> ### 📄 Description This PR will remove the need of a config file and will generate one at boot from environment variables. This will make setup even easier and will allow easy setup though Docker GUIs like Portainer. --- <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#3286
No description provided.