Libreoffice in Nextcloud

This commit is contained in:
Aleksandr Lebedev 2025-10-15 23:41:25 +02:00
parent 06ff0f83a1
commit 2f1c90feb9
2 changed files with 65 additions and 1 deletions

View file

@ -95,6 +95,15 @@ in {
};
};
"collabora.kylekrein.com" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://[::1]:${toString config.services.collabora-online.port}";
proxyWebsockets = true;
};
};
"ntfy.kylekrein.com" = {
enableACME = true;
forceSSL = true;