nginx-proxy-manager/docker/scripts/entrypoint
Arthur d92329bde5 Feature Request: Customizable Instance Name / Page Title
#5477 Docker environment INSTANCE_NAME to add title suffix
2026-05-08 18:50:12 +02:00

8 lines
No EOL
138 B
Bash

#!/bin/sh
set -e
# Create env.js
echo "window.INSTANCE_NAME='${INSTANCE_NAME}';" > /app/frontend/env.js
# Start original init
exec /init