forgot a semicolon
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 39s

This commit is contained in:
Satria 2026-03-22 20:44:23 +07:00
commit dd7d994cc9

View file

@ -24,7 +24,7 @@
"www" = "https://proxy.${homelab.domain}";
"dash" = "https://proxy.${homelab.domain}";
"immich" = "https://gallery.proxy.${homelab.domain}";
"2fa" = "https://2fa.${homelab.domain}"
"2fa" = "https://2fa.${homelab.domain}";
};
exta-conf = ''
# proxy_set_header X-Auth-User $remote_user;