feature: Add basic Traefik/Authelia support files

This commit is contained in:
Keith Solomon
2025-12-06 13:41:33 -06:00
parent 43bd37c552
commit b0d760c3ab
5 changed files with 294 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
users:
user:
disabled: false
displayname: 'Your Name'
# to generate, run docker run authelia/authelia:latest authelia crypto hash generate argon2 -i 1 -p 8 -v argon2id --password your-password
password: 'your-hashed-password-here'
email: 'your-email@yourdomain.com'
groups:
- 'admins'