Refactor authentik setup and enable it on more services
This commit is contained in:
parent
82227b7dee
commit
1d8142dae2
4 changed files with 121 additions and 25 deletions
|
@ -22,10 +22,8 @@ labels = [
|
|||
"traefik.http.routers.redirect.rule=Host(`traefik.korhonen.cc`)",
|
||||
"traefik.http.routers.redirect.middlewares=http2https@file",
|
||||
"traefik.http.routers.dashboard.entrypoints=https",
|
||||
"traefik.http.routers.dashboard.middlewares=secHeaders@file,compress@file",
|
||||
"traefik.http.routers.dashboard.middlewares=secHeaders@file,compress@file,authentik@file",
|
||||
"traefik.http.routers.dashboard.rule=Host(`traefik.korhonen.cc`)",
|
||||
"traefik.http.middlewares.dashboard-auth.basicauth.usersfile=/dashboard-users",
|
||||
"traefik.http.routers.dashboard.middlewares=dashboard-auth",
|
||||
"traefik.http.routers.dashboard.service=api@internal",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue