✨feature: Add basic Traefik/Authelia support files
This commit is contained in:
9
assets/files/authelia/users_database.yml
Normal file
9
assets/files/authelia/users_database.yml
Normal 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'
|
||||
Reference in New Issue
Block a user