From 0fdfa33016445e7e659fcdeb3ad6afbd58018944 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 21 Aug 2025 09:15:34 -0500 Subject: [PATCH] try again --- system-config/services/containers/nginx/default.nix | 2 +- system-config/services/containers/traefik/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system-config/services/containers/nginx/default.nix b/system-config/services/containers/nginx/default.nix index fd237ca..9381536 100644 --- a/system-config/services/containers/nginx/default.nix +++ b/system-config/services/containers/nginx/default.nix @@ -31,7 +31,7 @@ forceSSL = false; root = "/var/www/data"; }; - "homebox.vpn" = { + "homebox.vpn/blunkall" = { enableACME = false; forceSSL = false; root = "/var/www/data"; diff --git a/system-config/services/containers/traefik/default.nix b/system-config/services/containers/traefik/default.nix index c894d5e..383f664 100644 --- a/system-config/services/containers/traefik/default.nix +++ b/system-config/services/containers/traefik/default.nix @@ -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" ];