change redirect
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s

This commit is contained in:
Satria 2026-03-20 07:46:44 +07:00
commit 836d36b8d4

View file

@ -22,7 +22,7 @@
}; };
redirects = { redirects = {
"www" = "https://proxy.${homelab.domain}"; "www" = "https://proxy.${homelab.domain}";
"dash" = "https://${homelab.domain}"; "dash" = "https://proxy.${homelab.domain}";
"immich" = "https://gallery.proxy.${homelab.domain}"; "immich" = "https://gallery.proxy.${homelab.domain}";
}; };
exta-conf = '' exta-conf = ''