17 lines
604 B
YAML
17 lines
604 B
YAML
|
|
---
|
||
|
|
###############################################################
|
||
|
|
# Users Database #
|
||
|
|
###############################################################
|
||
|
|
|
||
|
|
# This file can be used if you do not have an LDAP set up.
|
||
|
|
|
||
|
|
# List of users
|
||
|
|
users:
|
||
|
|
valknar:
|
||
|
|
displayname: "Valknar"
|
||
|
|
password: "$argon2id$v=19$m=65536,t=3,p=4$c2FsdHNhbHRzYWx0$4oCb4oCh4oCd4oCi4oCl4oCm" # CHANGE THIS - use: docker run --rm authelia/authelia:latest authelia crypto hash generate argon2 --password 'yourpassword'
|
||
|
|
email: valknar@pivoine.art
|
||
|
|
groups:
|
||
|
|
- admins
|
||
|
|
- dev
|