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" }