Use OnlyOffice docker until nixpkgs is fixed
Some checks failed
/ Build Nix targets (push) Failing after 1m54s

This commit is contained in:
Théo Barnouin 2025-01-08 11:23:32 +01:00
parent f1575f436e
commit 1c6643d4c2

View file

@ -115,7 +115,7 @@ in
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "http://192.168.1.46"; proxyPass = "http://192.168.1.125:8000";
proxyWebsockets = true; proxyWebsockets = true;
recommendedProxySettings = true; recommendedProxySettings = true;
}; };