diff --git a/modules/system/homelab/proxy.nix b/modules/system/homelab/proxy.nix index 6b4ce99..3f31612 100644 --- a/modules/system/homelab/proxy.nix +++ b/modules/system/homelab/proxy.nix @@ -5,15 +5,13 @@ "router" = { dest = "http://router.dns.${homelab.domain}:80"; auth = false; }; "home" = { dest = "http://home.dns.${homelab.domain}:8123"; auth = false; }; - "cdn" = { dest = "http://nas.dns.${homelab.domain}:3000"; auth = true; }; "dns" = { dest = "http://localhost:8088"; auth = true; }; "containers" = { dest = "http://localhost:5001"; auth = false; }; - "remote" = { dest = "http://localhost:8085"; auth = false; }; - "pass" = { dest = "http://localhost:8060"; auth = false; }; - "gallery" = { dest = "http://localhost:2283"; auth = false; }; + "remote" = { dest = "http://localhost:8085"; auth = false; }; "media" = { dest = "http://localhost:8096"; auth = false; }; + "pass" = { dest = "http://localhost:8060"; auth = false; }; "auth" = { dest = "http://localhost:1411"; auth = false; }; "git" = { dest = "http://localhost:5080"; auth = false; }; "ai" = { dest = "http://localhost:8080"; auth = false; };