Nextcloud whiteboard collab server

This commit is contained in:
Aleksandr Lebedev 2025-10-15 09:10:26 +02:00
parent 91c17c0037
commit 06ff0f83a1
3 changed files with 16 additions and 6 deletions

View file

@ -89,6 +89,10 @@ in {
"${config.services.nextcloud.hostName}" = {
enableACME = true;
forceSSL = true;
locations."/whiteboard/" = {
proxyPass = "http://localhost:3002/";
proxyWebsockets = true;
};
};
"ntfy.kylekrein.com" = {