From 9ac7fefb3d38b393bbd308c60c4181845e77c5ee Mon Sep 17 00:00:00 2001 From: elfateh4 Date: Tue, 2 Dec 2025 04:05:54 +0100 Subject: [PATCH] Update Gitea service to include Authelia middleware for enhanced security --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 435dfd5..d4973ab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -361,7 +361,7 @@ services: - "traefik.http.routers.gitea.rule=Host(`git.${DOMAIN_PREFIX}.${DOMAIN}`)" - "traefik.http.routers.gitea.entrypoints=websecure" - "traefik.http.routers.gitea.tls.certresolver=le" - - "traefik.http.routers.gitea.middlewares=security-headers@docker" + - "traefik.http.routers.gitea.middlewares=security-headers@docker,authelia@docker" - "traefik.http.services.gitea.loadbalancer.server.port=3000" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000/api/healthz"]