Compare commits

...

2 commits

Author SHA1 Message Date
cc20c8cd1c
Arion: Bump homeassistant
homeassistant: 2024.3.3->2024.4.1
2024-09-14 22:36:13 +02:00
e60f4e19b7
Arion: Bump auth
authentik: 2024.8.0->2024.8.1
2024-09-14 22:35:31 +02:00
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -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"