containers/emerald: only allow urls under /share
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-03-18 00:12:21 +11:00
parent 39418b8d39
commit 9be9f1b9ff
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -30,7 +30,7 @@
services.nginx.virtualHosts."${shareFqdn}" = {
useACMEHost = "lava.moe";
forceSSL = true;
locations."/".proxyPass = "http://[${client}]:4533";
locations."/share".proxyPass = "http://[${client}]:4533";
};
systemd.tmpfiles.rules = [ "d /persist/containers/${name} 755 root users" ];