Feature Request: Customizable Instance Name / Page Title#5526
Feature Request: Customizable Instance Name / Page Title#5526TomicaSoft wants to merge 1 commit into
Conversation
NginxProxyManager#5477 Docker environment INSTANCE_NAME to add title suffix
|
Docker Image for build 1 is available on DockerHub: Note Ensure you backup your NPM instance before testing this image! Especially if there are database changes. Warning Changes and additions to DNS Providers require verification by at least 2 members of the community! |
|
Is there any reason this couldn't be part of the "Settings" section of the app instead of in a Docker env var? |
|
It was one of the wishes in the feature request and implementing it this way was simple for me. |
#5477
Docker environment INSTANCE_NAME to add title suffix in window title and on the main page title.
docker run --rm -p 81:81 -v data:/data -v letsencrypt:/etc/letsencrypt -e INSTANCE_NAME="My Prod" nginxmanager:latest