From 5c9d8e11f3a17e7c6f3359bfc6dadb57bcd3960c Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 20 Dec 2023 09:15:54 +0100 Subject: [PATCH] disable notes for now as it is not yet compatible with NC28 --- rootfs/bin/nextcloud-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/bin/nextcloud-config b/rootfs/bin/nextcloud-config index 6cb84b8..6008452 100755 --- a/rootfs/bin/nextcloud-config +++ b/rootfs/bin/nextcloud-config @@ -32,7 +32,7 @@ s6-setuidgid nginx ./occ app:enable calendar s6-setuidgid nginx ./occ app:enable contacts s6-setuidgid nginx ./occ app:enable news s6-setuidgid nginx ./occ app:enable tasks -s6-setuidgid nginx ./occ app:enable notes +# s6-setuidgid nginx ./occ app:enable notes s6-setuidgid nginx ./occ app:enable sociallogin s6-setuidgid nginx ./occ app:disable activity s6-setuidgid nginx ./occ app:disable comments