From e20b679813b01131d54b8e13b21db7600c3336fe Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sat, 8 Jun 2024 22:06:59 +0200 Subject: [PATCH] update authelia --- technology/applications/web/Authelia.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/technology/applications/web/Authelia.md b/technology/applications/web/Authelia.md index 480d9c7..7ebc193 100644 --- a/technology/applications/web/Authelia.md +++ b/technology/applications/web/Authelia.md @@ -2,6 +2,7 @@ obj: application website: https://www.authelia.com repo: https://github.com/authelia/authelia +rev: 2024-06-08 --- # Authelia @@ -528,7 +529,7 @@ notifier: ``` ### User Database -If you have choosen the file based authentification backend, you need to create a `users_database.yml` file. Every object under `users` represents another user. You need to specify a password hash, you can get the password hash with `docker run authelia/authelia:latest authelia hash-password SOMEPASSWORD`. +If you have choosen the file based authentification backend, you need to create a `users_database.yml` file. Every object under `users` represents another user. You need to specify a password hash, you can get the password hash with `docker run authelia/authelia:latest authelia crypto hash generate argon2 --password SOMEPASSWORD`. Example: ```yml