From 8d6f8a14780545739a04a72daf3d48b3949963c7 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 2 Mar 2023 02:22:22 +0100 Subject: [PATCH] Update README.md --- examples/authelia/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/authelia/README.md b/examples/authelia/README.md index e366a4b..1875c6d 100644 --- a/examples/authelia/README.md +++ b/examples/authelia/README.md @@ -10,7 +10,7 @@ You have to put the configuration files from the directory `config` here to your The do the following: -1. Adjust the configuration.yml to your needs. Especially replace exmaple.com with your own domain name. Add all your to be protected subdomains to the access_control area. +1. Adjust the configuration.yml to your needs. Especially replace exmaple.com with your own domain name. Add all your to be protected subdomains to the access_control area. Replace all secrets with your secure strings (may use `openssl rand -base64 35` to generate a secure, random string). 2. Adjust users_database.yml and add your user accounts. You can create new password hashes via `docker run --rm authelia/authelia:latest authelia crypto hash generate argon2 --password 'ExamplePassword'` 3. Adjust your Traefik dynamic configuration and add authelia as middleaware. See [here](../traefik/fileConfig.yml) for an example configuration file. 4. Finally, add authelia as middleware for each container to protect. I recommend using labels. Note that authelia should always be listed first.