From 1e9714ba0b5e4ffe6d0864cced4762beeb249f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Wed, 13 Aug 2025 17:38:37 +0200 Subject: [PATCH] Revert "non working: install collabora online server" This reverts commit 02cb4811045e621052ccca55f4242bb426af25e9. --- void.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/void.nix b/void.nix index b0fe9ed..e5f668a 100644 --- a/void.nix +++ b/void.nix @@ -342,27 +342,6 @@ NEXTCLOUD_URL = "https://nextcloud.005540.xyz"; }; }; - services.collabora-online = { - enable = true; - settings = { - ssl = { - enable = false; - termination = true; - }; - - net = { - listen = "loopback"; - post_allow.host = ["::1"]; - }; - - storage.wopi = { - "@allow" = true; - host = ["nextcloud.005540.xyz"]; - }; - - server_name = "collabora.005540.xyz"; - }; - }; # dynamic dns services.ddclient = { @@ -481,14 +460,6 @@ enableACME = true; forceSSL = true; }; - "collabora.005540.xyz" = { - locations."/" = { - proxyPass = "http://[::1]:${toString config.services.collabora-online.port}"; - proxyWebsockets = true; - }; - enableACME = true; - forceSSL = true; - }; }; }; }