2026-06-11 21:30:18 -04:00
|
|
|
# Authelia file user backend. Regenerate a hash with:
|
2026-06-12 22:26:26 -04:00
|
|
|
# docker run --rm authelia/authelia:4.39.20 authelia crypto hash generate argon2 --password 'PASS'
|
|
|
|
|
# Username/password come from AUTHELIA_ADMIN_USER / AUTHELIA_ADMIN_PASSWORD in the root .env.
|
2026-06-11 21:30:18 -04:00
|
|
|
users:
|
2026-06-12 22:26:26 -04:00
|
|
|
zarniwoop:
|
2026-06-11 21:30:18 -04:00
|
|
|
disabled: false
|
2026-06-12 22:26:26 -04:00
|
|
|
displayname: "Zarniwoop"
|
|
|
|
|
password: "$argon2id$v=19$m=65536,t=3,p=4$2Zh5wh3yN/kCvR26mTRo9Q$g86OC3E8Q4lH0czTOal7Gci2+U6t0ZIFhogIwtRoA5M"
|
2026-06-11 21:30:18 -04:00
|
|
|
email: admin@infinidim.net
|
|
|
|
|
groups:
|
|
|
|
|
- admins
|