From ee75a6675d27a9fa9482ca2f03e2c89121040a6f Mon Sep 17 00:00:00 2001 From: john Date: Sat, 29 Nov 2025 12:03:42 +0000 Subject: [PATCH] Upload files to "authelia" --- authelia/users_database.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 authelia/users_database.yml diff --git a/authelia/users_database.yml b/authelia/users_database.yml new file mode 100644 index 0000000..29ef7c6 --- /dev/null +++ b/authelia/users_database.yml @@ -0,0 +1,30 @@ +--- +############################################################### +# 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: john.study55@gmail.com + groups: + - admins + - dev +# + john: + disabled: false + displayname: "John Anderson" + # Password is authelia + password: "$argon2id$v=19$m=65536,t=3,p=4$E7aaSVDQ+UbNILVgkvvBUQ$pXp82gVid2Yc7bNsf/+Pv+fwP7ctNht1aRmzHPQhgIU" + email: john.study55@gmail.com + groups: + - admins + - dev +... +