From 8190825296ed79061e6ef60782fa52c0b983339e Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 28 Mar 2026 19:59:04 +0700 Subject: [PATCH] add proxy prefix --- modules/system/homelab/dash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index 9a32422..c3f3fba 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -69,7 +69,7 @@ services = [ [ "PocketID" "authentik" "https://auth.${homelab.domain}" "http://localhost:1411/" ] [ "Forgejo" "forgejo" "https://git.${homelab.domain}" "http://localhost:5080/" ] - [ "CodeServer" "coder" "https://code.${homelab.domain}" "http://localhost:8443/" ] + [ "CodeServer" "coder" "https://code.proxy.${homelab.domain}" "http://localhost:8443/" ] [ "AdGuardHome" "adguard" "https://dns.proxy.${homelab.domain}" "http://localhost:8088/" ] [ "Traefik" "traefikproxy" "https://dynamic.proxy.${homelab.domain}/dashboard/" "" ] [ "Immich" "immich" "https://gallery.proxy.${homelab.domain}" "http://localhost:2283/" ]