Compare commits

..

No commits in common. "cc20c8cd1c4182d8f3f2d356410f4e419abbb47e" and "3afe8e0baf2545594372758a188e950250156983" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
let
authentikImage = "ghcr.io/goauthentik/server:2024.8.1";
authentikImage = "ghcr.io/goauthentik/server:2024.8.0";
in {
project.name = "auth";

View file

@ -8,7 +8,7 @@
services = {
homeassistant.service = {
image = "ghcr.io/home-assistant/home-assistant:2024.4.1";
image = "ghcr.io/home-assistant/home-assistant:2024.3.3";
container_name = "homeassistant";
privileged = true;
labels = {
@ -18,7 +18,6 @@
"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"