diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index ad2a762..7b9b1b0 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -49,7 +49,7 @@ [ "Hypervisor" "https://10.3.14.69:8006/" ] [ "Router" "http://10.3.14.1:80/" ] [ "DNS" "http://localhost:8088/" ] - [ "CDN" "http://localhost:3000/" ] + [ "CDN" "http://nas.local:3000/" ] [ "Proxy" "https://proxy.${homelab.domain}/" ] ]; external = [ diff --git a/modules/system/homelab/proxy.nix b/modules/system/homelab/proxy.nix index 9391538..813b435 100644 --- a/modules/system/homelab/proxy.nix +++ b/modules/system/homelab/proxy.nix @@ -5,10 +5,9 @@ "router" = { dest = "http://router.dns.${homelab.domain}:80"; auth = false; }; "home" = { dest = "http://home.dns.${homelab.domain}:8123"; auth = false; }; "nas" = { dest = "http://nas.dns.${homelab.domain}:80"; auth = false; }; - "cdn" = { dest = "http://nas.dns.${homelab.domain}:3000"; auth = false; }; + "cdn" = { dest = "http://nas.dns.${homelab.domain}:3000"; auth = true; }; "dns" = { dest = "http://localhost:8088"; auth = true; }; - "ai" = { dest = "http://localhost:8080"; auth = true; }; "containers" = { dest = "http://localhost:5001"; auth = false; }; "remote" = { dest = "http://localhost:8085"; auth = false; }; @@ -18,6 +17,7 @@ "media" = { dest = "http://localhost:8096"; auth = false; }; "auth" = { dest = "http://localhost:1411"; auth = false; }; "git" = { dest = "http://localhost:5080"; auth = false; }; + "ai" = { dest = "http://localhost:8080"; auth = false; }; "@" = { dest = "http://localhost:5070"; auth = false; }; }; redirects = {