From 86f8b1e52eaf51016196389cfae4769f47a1b531 Mon Sep 17 00:00:00 2001 From: john Date: Sun, 14 Dec 2025 22:33:17 +0000 Subject: [PATCH] Add authelia/authelia/users_database.yml --- authelia/authelia/users_database.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 authelia/authelia/users_database.yml diff --git a/authelia/authelia/users_database.yml b/authelia/authelia/users_database.yml new file mode 100644 index 0000000..c5b0ddb --- /dev/null +++ b/authelia/authelia/users_database.yml @@ -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: '$6$rounds=50000$BpLnfgDsc2WD8F2q$Zis.ixdg9s/UOJYrs56b5QEZFiZECu0qZVNsIYxBaNJ7ucIL.nlxVCT5tqh8KHG8X4tlwCFm5r6NTOZZ5qRFN/' # yamllint disable-line rule:line-length + email: 'authelia@authelia.com' + groups: + - 'admins' + - 'dev' +... \ No newline at end of file