From 46fc71a8de6a9dfd7bd82680ed0867b0089419f7 Mon Sep 17 00:00:00 2001 From: Lucas Conrad Date: Sun, 21 Jun 2026 20:26:04 +0200 Subject: [PATCH] spread OIDC and change email in authelia --- docker/stacks/00-core/authelia/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/stacks/00-core/authelia/users.yml b/docker/stacks/00-core/authelia/users.yml index 694551c..acf9c1b 100644 --- a/docker/stacks/00-core/authelia/users.yml +++ b/docker/stacks/00-core/authelia/users.yml @@ -4,7 +4,7 @@ users: # To generate a password hash, use docker run authelia/authelia:latest authelia crypto hash generate argon2 --password 'yourpassword' # Default is 'kotori' password: "$argon2id$v=19$m=65536,t=3,p=4$HqW8i+zWRHKaEAET98YxWg$USJGo5sqCuuy7cB/qLXKXapmo10o1yFbGhRSJAJN+Mc" - email: admin@kotori-waifu.cc + email: lucas-conrad67@gmx.net groups: - admins - dev