From d5cedb017e0ee013427da172bc449d422fb3860b Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 17 May 2026 21:52:26 +0200 Subject: [PATCH] fix --- modules/server/containers/apps/handbrake.nix | 3 +++ systems/sandbox/cfg.nix | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/server/containers/apps/handbrake.nix b/modules/server/containers/apps/handbrake.nix index 6d83f94..d174df1 100644 --- a/modules/server/containers/apps/handbrake.nix +++ b/modules/server/containers/apps/handbrake.nix @@ -1,3 +1,6 @@ {...}:{ + # extraLabels = { } // (if serverCfg.containers ? authentik then { + # "traefik.http.routers.${containerCfg.subdomain}.middlewares" = "authentik"; + # } else {}); } \ No newline at end of file diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index cef4af6..086e99c 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -48,8 +48,8 @@ invidious.subdomain = "yt"; jellyfin.subdomain = "flix"; # servarr.subdomain = "arr"; - transmission = { subdomain = "arr"; subpath = "p2p"; }; - # handbrake = { subdomain = "arr"; subpath = "hb"; }; + transmission = { subdomain = "arr"; subpath = "transmission"; }; + handbrake = { subdomain = "arr"; subpath = "hb"; }; # ===== DEV ===== gitea.subdomain = "git"; # ===== HOME =====