This commit is contained in:
2025-08-21 09:11:04 -05:00
parent 496cef0405
commit 07856094ca

View File

@@ -105,7 +105,7 @@
routers = {
homepageSecure = {
entryPoints = [ "websecure" ];
rule = "Host(`blunkall.us`) || Host(`www.blunkall.us`) || Host(`homebox.vpn`) && Path(`/blunkall`)";
rule = "Host(`blunkall.us`) || Host(`www.blunkall.us`) || (Host(`homebox.vpn`) && PathPrefix(`/blunkall`))";
service = "homepage";
tls.certResolver = "cloudflare";
};
@@ -158,7 +158,7 @@
};
traefik = {
entryPoints = [ "websecure" ];
rule = "Host(`192.168.100.11`) || Host(`homebox.vpn`)";
rule = "Host(`192.168.100.11`) || (Host(`homebox.vpn`) && PathPrefix(`/traefik`))";
service = "api@internal";
tls.certResolver = "cloudflare";
#middlewares = [ "authentik" ];