Don't require authentik middleware for gitea.

This commit is contained in:
2023-11-28 07:57:13 +00:00
parent 5236329392
commit 587b862c6c

View File

@@ -47,7 +47,6 @@ job "gitea" {
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.gitea.entryPoints=websecure", "traefik.http.routers.gitea.entryPoints=websecure",
"traefik.http.routers.gitea.middlewares=authentik@file",
] ]
} }