Update deploy workflow branch and add Authelia configuration and user database
This commit is contained in:
10
authelia/users_database.yml
Normal file
10
authelia/users_database.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# Authelia users database
|
||||
# This is a simple file-based user database for testing
|
||||
|
||||
users:
|
||||
admin:
|
||||
displayname: "Administrator"
|
||||
password: "$argon2id$v=19$m=65536,t=3,p=4$abcdefghijklmnopqrstuvwx$abcdefghijklmnopqrstuvwxabcdefghijklmnopqrstuvwx" # Dummy hash for 'password'
|
||||
email: admin@example.com
|
||||
groups: []
|
||||
Reference in New Issue
Block a user