Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 687 Bytes

authelia-new-service.md

File metadata and controls

30 lines (19 loc) · 687 Bytes

How to add a new service to authelia via docker labels and traefik middlewares

  1. Remember to generate a new password for your authelia user in the users_database.yml / Reset it and set a new one

  2. 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
  1. Once you have added the label, you need to add the application to authelia.

  2. Open the configuration.yml in the authelia etc folder

  3. Find access_control

  4. Add your service

    - domain: whoami.yourhostname.tld
      policy: one_factor

  1. Run make
make