From 721a0915f1a4df7f741e9370cbda8b84db2789ff Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 24 Aug 2024 10:58:51 +1000 Subject: [PATCH] Disable authelia authentication on Mealie --- recipe-collector/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe-collector/docker-compose.yml b/recipe-collector/docker-compose.yml index ddaa129..70b8c79 100644 --- a/recipe-collector/docker-compose.yml +++ b/recipe-collector/docker-compose.yml @@ -14,7 +14,8 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.mealie.middlewares: authelia@file + # Embedded authentication + # traefik.http.routers.mealie.middlewares: authelia@file networks: reverse-proxy: