mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[PR #704] [MERGED] Removes the need of a config file and allows db config via environment #3286
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:allow-setup-without-config-file📝 Commits (3)
57fc1d8Removes the need of a config file and allows db config via environmentc5ceb3bRemoves obsolete file mount1337c50Uselatesttag 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.