From f204d91bdf012da741971b9f62b711c9ed878ee6 Mon Sep 17 00:00:00 2001 From: Lucas Conrad Date: Sun, 21 Jun 2026 21:34:10 +0200 Subject: [PATCH] fix: Remove Authelia forward-auth from Immich to fix mobile app --- docker/stacks/02-media/immich-app/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/stacks/02-media/immich-app/docker-compose.yml b/docker/stacks/02-media/immich-app/docker-compose.yml index e69dc3a..fabc2b7 100644 --- a/docker/stacks/02-media/immich-app/docker-compose.yml +++ b/docker/stacks/02-media/immich-app/docker-compose.yml @@ -35,7 +35,6 @@ services: - "traefik.http.routers.immich.rule=Host(`immich.kotori-waifu.cc`)" - "traefik.http.routers.immich.tls=true" - "traefik.http.routers.immich.tls.certresolver=cloudflare" - - "traefik.http.routers.immich.middlewares=authelia@docker" - "traefik.http.services.immich.loadbalancer.server.port=2283" - "traefik.docker.network=proxy_net" restart: unless-stopped