remove auth from shared routes

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-09 23:52:00 -05:00
parent 75d49c9f27
commit 3b5258646f

View file

@ -53,6 +53,14 @@ in
recommendedProxySettings = true; recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:9111"; proxyPass = "http://127.0.0.1:9111";
}; };
"/share" = {
proxyWebsockets = true;
recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:9111";
extraConfig = ''
auth_request off;
'';
};
}; };
}; };
# TODO revisit, am I going to use the native app or web version # TODO revisit, am I going to use the native app or web version