make dashboard public

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

View file

@ -6,8 +6,9 @@
certificateFile = "/mnt/data/cloudflared/cert.pem"; certificateFile = "/mnt/data/cloudflared/cert.pem";
default = "http_status:404"; default = "http_status:404";
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";
}; };
}; };