[pdnsadmin] Fix authelia

This commit is contained in:
Bernhard "bero" Rosenkränzer (Boggins) 2025-02-08 00:32:30 +01:00
parent 35b9e731ea
commit 6a15ecdfca

View File

@ -48,6 +48,7 @@ PDNS_ADMIN_SQLA_DB_PORT="'3306'"
PDNS_ADMIN_SQLA_DB_USER="'pdns'"
PDNS_ADMIN_SQLA_DB_PASSWORD="'$MYSQL_PASSWORD'"
PDNS_ADMIN_SQLA_DB_NAME="'pdns'"
PDNS_ADMIN_SERVER_EXTERNAL_SSL=True
PDNS_API_URL="http://pdns.$DOMAIN:8081/"
PDNS_API_KEY="$PDNS_APIKEY"
PDNS_VERSION="4.9.0"