Update Nextcloud, Whiteboard and OnlyOffice

This commit is contained in:
2026-05-14 11:48:03 +02:00
parent 3b432d8bd4
commit 0cc60dcd29
+3 -3
View File
@@ -4,11 +4,11 @@ with lib;
let
# Version tagging
nextcloudVersion = "33.0.2-apache";
nextcloudVersion = "33.0.3-apache";
redisVersion = "8.6-alpine";
databaseVersion = "11.8";
onlyofficeVersion = "9.2";
whiteboardVersion = "v1.5.6";
onlyofficeVersion = "9.3";
whiteboardVersion = "v1.5.7";
# Helper
helper = import ./lib.nix { inherit config pkgs lib; };
cfg = config.numbus.services.nextcloud;