11 lines
387 B
YAML
11 lines
387 B
YAML
|
|
# Authelia file user backend. Regenerate a hash with:
|
||
|
|
# docker run --rm authelia/authelia:latest authelia crypto hash generate argon2 --password 'PASS'
|
||
|
|
users:
|
||
|
|
admin:
|
||
|
|
disabled: false
|
||
|
|
displayname: "Admin"
|
||
|
|
password: "$argon2id$v=19$m=65536,t=3,p=4$ZVJNUh4uH7VMccpo3aRihQ$b///aUhTewPsXZ2AcqqJKPb8nLq6xVNgLNJQ7/b5lmo"
|
||
|
|
email: admin@infinidim.net
|
||
|
|
groups:
|
||
|
|
- admins
|