From 342d0a0a27d3ca894346ed24e319c8fb4d998fad Mon Sep 17 00:00:00 2001 From: Micha Date: Sat, 13 Jun 2026 08:07:08 +0200 Subject: [PATCH] fix: use native ha auth after onboarding --- smart-home/docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smart-home/docker-compose.yml b/smart-home/docker-compose.yml index fb9da34..dd9d519 100644 --- a/smart-home/docker-compose.yml +++ b/smart-home/docker-compose.yml @@ -28,8 +28,7 @@ services: - traefik.http.routers.homeassistant.entrypoints=websecure - traefik.http.routers.homeassistant.tls=true - traefik.http.routers.homeassistant.tls.certresolver=le - # Temporary onboarding guard: remove after the HA owner account exists. - - traefik.http.routers.homeassistant.middlewares=authelia@file,secure-headers@file + - traefik.http.routers.homeassistant.middlewares=secure-headers@file - traefik.http.services.homeassistant.loadbalancer.server.port=8123 mosquitto: