- Reorganize Authelia configuration files - Add new dynamic routing files for Traefik - Update various service docker-compose files - Remove outdated templates and scripts
13 lines
479 B
Plaintext
13 lines
479 B
Plaintext
###############################################################
|
|
# Users Database #
|
|
###############################################################
|
|
|
|
users:
|
|
${DEFAULT_USER}:
|
|
displayname: "Administrator"
|
|
password: "${DEFAULT_PASSWORD_HASH}" # Generate with: docker run authelia/authelia:latest authelia crypto hash generate pbkdf2 --password 'yourpassword'
|
|
email: ${DEFAULT_EMAIL}
|
|
groups:
|
|
- admins
|
|
- users
|