From 20ce615785c5f455ed71f2c0c603579b39b38b17 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 20 Aug 2025 21:47:17 -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 6209f71..a8b5875 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`)"; + rule = "Host(`blunkall.us`) || Host(`www.blunkall.us`) || Host(`blunkall.homebox.vpn`)"; service = "homepage"; tls.certResolver = "cloudflare"; }; @@ -158,7 +158,7 @@ }; traefik = { entryPoints = [ "websecure" ]; - rule = "Host(`192.168.100.11`)"; + rule = "Host(`192.168.100.11`) || Host(`traefik.homebox.vpn`)"; service = "api@internal"; tls.certResolver = "cloudflare"; #middlewares = [ "authentik" ];