Remove Authelia configuration and related files; add Basic Authentication setup in Traefik
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
---
|
||||
# Users Database
|
||||
# This file can be used if you do not have an LDAP set up.
|
||||
|
||||
users:
|
||||
# User: admin
|
||||
# Password: authelia (this is the default, CHANGE IT!)
|
||||
# Groups: admins, dev
|
||||
admin:
|
||||
disabled: false
|
||||
displayname: "Administrator"
|
||||
password: "$argon2id$v=19$m=65536,t=3,p=4$2SnGOL1xXgWpTNOWBQlzow$UOUhz5sJXvQY3G2u/Af0Q4v/xK+RMJ5oCQ5nJaI3u0I"
|
||||
email: admin@example.com
|
||||
groups:
|
||||
- admins
|
||||
- dev
|
||||
|
||||
# User: user
|
||||
# Password: password (CHANGE THIS!)
|
||||
# Groups: dev
|
||||
user:
|
||||
disabled: false
|
||||
displayname: "Regular User"
|
||||
password: "$argon2id$v=19$m=65536,t=3,p=4$2SnGOL1xXgWpTNOWBQlzow$eYGKYBDNGQOBJBj7ExFVSSUzEbqJpJp8GlJ2X5QbO0I"
|
||||
email: user@example.com
|
||||
groups:
|
||||
- dev
|
||||
|
||||
# To generate password hashes, you can use:
|
||||
# docker run --rm authelia/authelia:latest authelia crypto hash generate --help
|
||||
#
|
||||
# Example:
|
||||
# docker run --rm authelia/authelia:latest authelia crypto hash generate argon2 --password 'your-password-here'
|
||||
Reference in New Issue
Block a user