From 82e0880f9a207e73b57e666d3e04438105dfc8bd Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:06:21 +0200 Subject: [PATCH] Diun: Enable authentik --- hosts/franz/arion/auth/arion-compose.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/franz/arion/auth/arion-compose.nix b/hosts/franz/arion/auth/arion-compose.nix index 7fd3760..a7df765 100644 --- a/hosts/franz/arion/auth/arion-compose.nix +++ b/hosts/franz/arion/auth/arion-compose.nix @@ -29,6 +29,11 @@ in { "traefik.http.routers.authentik-external.entrypoints" = "websecure-external"; "traefik.http.routers.authentik-external.tls" = "true"; "traefik.http.routers.authentik-external.tls.certresolver" = "letsencrypt"; + + "diun.enable" = "true"; + "diun.watch_repo" = "true"; + "diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$"; + "diun.exclude_tags" = "\\b\\d{4,}\\b"; }; command = "server"; environment = {