-
Remember to generate a new password for your authelia user in the users_database.yml / Reset it and set a new one
-
First you need to add the label to the application in question
# Remember to change the service name here (whoami for your service)
- traefik.http.routers.whoami.middlewares=authelia@docker
-
Once you have added the label, you need to add the application to authelia.
-
Open the configuration.yml in the authelia etc folder
-
Find access_control
-
Add your service
- domain: whoami.yourhostname.tld
policy: one_factor
- Run make
make