diff --git a/hosts/franz/arion/smarthome/arion-compose.nix b/hosts/franz/arion/smarthome/arion-compose.nix index 4352eaf..a5ef6d5 100644 --- a/hosts/franz/arion/smarthome/arion-compose.nix +++ b/hosts/franz/arion/smarthome/arion-compose.nix @@ -8,7 +8,7 @@ services = { homeassistant.service = { - image = "ghcr.io/home-assistant/home-assistant:2024.3.3"; + image = "ghcr.io/home-assistant/home-assistant:2024.4.1"; container_name = "homeassistant"; privileged = true; labels = { @@ -18,6 +18,7 @@ "traefik.http.routers.homeassistant.tls" = "true"; "traefik.http.routers.homeassistant.tls.certresolver" = "letsencrypt"; "traefik.http.services.homeassistant.loadbalancer.server.port" = "8123"; + # "traefik.http.routers.homeassistant.middlewares" = "authentik@file"; }; volumes = [ "/storage/dataset/docker/smarthome/homeassistant_data:/config"