From c9ca5d11feceb254ade592e8dcbf0f956b35c69a Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 20 Aug 2025 21:59:48 -0500 Subject: [PATCH] try --- system-config/services/containers/traefik/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-config/services/containers/traefik/default.nix b/system-config/services/containers/traefik/default.nix index a8b5875..e929ad2 100644 --- a/system-config/services/containers/traefik/default.nix +++ b/system-config/services/containers/traefik/default.nix @@ -105,7 +105,7 @@ routers = { homepageSecure = { entryPoints = [ "websecure" ]; - rule = "Host(`blunkall.us`) || Host(`www.blunkall.us`) || Host(`blunkall.homebox.vpn`)"; + rule = "Host(`blunkall.us`) || Host(`www.blunkall.us`) || Host(`homebox.vpn`) && Path(`/blunkall`)"; service = "homepage"; tls.certResolver = "cloudflare"; }; @@ -158,7 +158,7 @@ }; traefik = { entryPoints = [ "websecure" ]; - rule = "Host(`192.168.100.11`) || Host(`traefik.homebox.vpn`)"; + rule = "Host(`192.168.100.11`) || Host(`homebox.vpn`)"; service = "api@internal"; tls.certResolver = "cloudflare"; #middlewares = [ "authentik" ];