From cc20c8cd1c4182d8f3f2d356410f4e419abbb47e Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 14 Sep 2024 22:36:13 +0200 Subject: [PATCH] Arion: Bump homeassistant homeassistant: 2024.3.3->2024.4.1 --- hosts/franz/arion/smarthome/arion-compose.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"