make dashboard public

This commit is contained in:
Satria 2026-03-06 14:58:21 +07:00
commit bcde69c1ea

View file

@ -8,6 +8,7 @@
ingress = { ingress = {
"git.${homelab.domain}" = "http://localhost:3000"; "git.${homelab.domain}" = "http://localhost:3000";
"auth.${homelab.domain}" = "http://localhost:1411"; "auth.${homelab.domain}" = "http://localhost:1411";
"dash.${homelab.domain}" = "http://localhost:5070";
"gallery.${homelab.domain}" = "http://localhost:2284"; "gallery.${homelab.domain}" = "http://localhost:2284";
}; };
}; };