added config files

This commit is contained in:
2026-04-22 18:59:14 +00:00
parent 9fc26eca20
commit b98cbd1ffa
3 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
###############################################################
# Users Database #
###############################################################
# This file can be used if you do not have an LDAP set up.
# List of users
users:
authelia:
disabled: false
displayname: 'Authelia User'
# Password is authelia
password: '$argon2id$v=19$m=65536,t=3,p=4$qOKNq+u5lZHOTnsJY1Sp3g$s6zT9EKncfkmIJmykzZProUigRRJ26hlTl1WC+mG2do' # yamllint disable-line rule:line-length
email: 'authelia@authelia.com'
groups:
- 'admins'
- 'dev'
...