From 7e98e88069a6e4298bcb0f8bd132135645a45803 Mon Sep 17 00:00:00 2001 From: Satria Date: Fri, 6 Mar 2026 20:50:58 +0700 Subject: [PATCH] proxy tunnels config --- modules/system/homelab/proxy.nix | 10 +++++----- modules/system/homelab/tunnels.nix | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/system/homelab/proxy.nix b/modules/system/homelab/proxy.nix index b0d66e3..909887d 100644 --- a/modules/system/homelab/proxy.nix +++ b/modules/system/homelab/proxy.nix @@ -4,15 +4,15 @@ "dns" = { dest = "http://localhost:8088"; auth = true; }; "ai" = { dest = "http://localhost:8080"; auth = true; }; - "auth" = { dest = "http://localhost:1411"; auth = false; }; - "git" = { dest = "http://localhost:5080"; auth = false; }; - "containers" = { dest = "http://localhost:5001"; 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; }; "cdn" = { dest = "http://localhost:3000"; auth = false; }; + + "gallery" = { dest = "http://localhost:2283"; auth = false; }; + "media" = { dest = "http://localhost:8096"; auth = false; }; + "auth" = { dest = "http://localhost:1411"; auth = false; }; + "git" = { dest = "http://localhost:5080"; auth = false; }; "@" = { dest = "http://localhost:5070"; auth = false; }; }; redirects = { diff --git a/modules/system/homelab/tunnels.nix b/modules/system/homelab/tunnels.nix index aea747f..46396f4 100644 --- a/modules/system/homelab/tunnels.nix +++ b/modules/system/homelab/tunnels.nix @@ -3,6 +3,7 @@ "git.${homelab.domain}" = "http://localhost:3000"; "auth.${homelab.domain}" = "http://localhost:1411"; "dash.${homelab.domain}" = "http://localhost:5070"; + "media.${homelab.domain}" = "http://localhost:8096"; "gallery.${homelab.domain}" = "http://localhost:2284"; }; in {