From db8e60b7c97455405dbc36873d36c71f7912e1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Tue, 29 Jul 2025 12:16:21 +0200 Subject: [PATCH] fix: enable nextcloud websocket for live collab --- void.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/void.nix b/void.nix index 39fa814..6d578d0 100644 --- a/void.nix +++ b/void.nix @@ -405,6 +405,7 @@ forceSSL = true; }; "nextcloud.005540.xyz" = { + locations."/".proxyWebsockets = true; enableACME = true; forceSSL = true; };