Adding collabora

This commit is contained in:
Lyes Saadi 2025-10-27 03:07:38 +01:00
parent fea6d8fb0a
commit 2462658f32
Signed by: lyes
GPG key ID: 55A1D803917CF39A
3 changed files with 42 additions and 0 deletions

View file

@ -46,6 +46,16 @@
proxyWebsockets = true;
};
};
# 9980
"collabora.lyes.eu" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:${toString config.services.collabora-online.port}";
proxyWebsockets = true; # collabora a besoin des websockets
};
};
};
};
}