moved authelia to reverseproxy folder
This commit is contained in:
16
reverseproxy/authelia/config/users_database.yml
Normal file
16
reverseproxy/authelia/config/users_database.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
###############################################################
|
||||
# Users Database #
|
||||
###############################################################
|
||||
|
||||
# This file can be used if you do not have an LDAP set up.
|
||||
|
||||
# List of users
|
||||
users:
|
||||
akanealw:
|
||||
disabled: false
|
||||
displayname: 'akanealw'
|
||||
password: '$argon2id$v=19$m=65536,t=3,p=4$OdUFS5B8+7p5cuaE7TJ1Ig$fiMUt1PjTo65xltKyDfcwiu1yOPlO3G2X04CZCQFWig'
|
||||
email: 'akanealw@gmail.com'
|
||||
groups:
|
||||
- 'admins'
|
||||
- 'dev'
|
||||
Reference in New Issue
Block a user