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 let
# Version tagging # Version tagging
nextcloudVersion = "33.0.2-apache"; nextcloudVersion = "33.0.3-apache";
redisVersion = "8.6-alpine"; redisVersion = "8.6-alpine";
databaseVersion = "11.8"; databaseVersion = "11.8";
onlyofficeVersion = "9.2"; onlyofficeVersion = "9.3";
whiteboardVersion = "v1.5.6"; whiteboardVersion = "v1.5.7";
# Helper # Helper
helper = import ./lib.nix { inherit config pkgs lib; }; helper = import ./lib.nix { inherit config pkgs lib; };
cfg = config.numbus.services.nextcloud; cfg = config.numbus.services.nextcloud;