try again

This commit is contained in:
2025-08-21 09:15:34 -05:00
parent 07856094ca
commit 0fdfa33016
2 changed files with 2 additions and 2 deletions

View File

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