Quote Authelia password hash to prevent Docker expansion warnings, fix variable trimming with xargs, and update comment exclusion pattern

This commit is contained in:
Kelin
2026-02-02 13:46:44 -05:00
parent 1be1ecb264
commit 4fd30340ef
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
users:
${AUTHELIA_ADMIN_USER}:
displayname: ${AUTHELIA_ADMIN_USER}
password: ${AUTHELIA_ADMIN_PASSWORD_HASH}
password: "${AUTHELIA_ADMIN_PASSWORD_HASH}"
email: ${AUTHELIA_ADMIN_EMAIL}
groups:
- admins