From 3ae97ea31dd03bc3f45434bd11868732556cb6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:27:23 +0200 Subject: [PATCH] Set supported NC version to 32.0.1 and reenable tasks app --- bin/ncp/CONFIG/nc-init.sh | 4 ++-- etc/ncp-config.d/nc-nextcloud.cfg | 2 +- etc/ncp.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/ncp/CONFIG/nc-init.sh b/bin/ncp/CONFIG/nc-init.sh index bfe8ca81..3d7503e3 100644 --- a/bin/ncp/CONFIG/nc-init.sh +++ b/bin/ncp/CONFIG/nc-init.sh @@ -165,8 +165,8 @@ EOF ncc app:enable contacts ncc app:install notes ncc app:enable notes - #ncc app:install tasks - #ncc app:enable tasks + ncc app:install tasks + ncc app:enable tasks # we handle this ourselves ncc app:disable updatenotification diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg index 40ed1115..7117926f 100644 --- a/etc/ncp-config.d/nc-nextcloud.cfg +++ b/etc/ncp-config.d/nc-nextcloud.cfg @@ -9,7 +9,7 @@ { "id": "VER", "name": "Version", - "value": "32.0.0" + "value": "32.0.1" }, { "id": "MAXFILESIZE", diff --git a/etc/ncp.cfg b/etc/ncp.cfg index 3e681bbc..53f46154 100644 --- a/etc/ncp.cfg +++ b/etc/ncp.cfg @@ -1,5 +1,5 @@ { - "nextcloud_version": "32.0.0", + "nextcloud_version": "32.0.1", "php_version": "8.3", "release": "bookworm" }