Revert "non working: install collabora online server"

This reverts commit 02cb481104.
This commit is contained in:
Khaïs COLIN 2025-08-13 17:38:37 +02:00
parent 9df4d0ab6f
commit 1e9714ba0b
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -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;
};
};
};
}