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" ];