update allowlist to be local only for homepage

This commit is contained in:
TheWanderingCrow 2025-01-21 15:47:56 -05:00
parent 357c5b54ba
commit 73bf6bb0e0

View file

@ -62,6 +62,10 @@ in
};
"home.wanderingcrow.net" = {
locations."/" = {
extraConfig = ''
allow 192.168.0.0/16;
deny all;
'';
proxyPass = "http://localhost:8082";
proxyWebsockets = true;
};