From 118b90fd9cbfb0f9278ff8ee03ddbfe52e03a926 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 11 Apr 2023 20:02:06 +0200 Subject: [PATCH] Update config.json --- nextcloud/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index 1869c4604..2309b8917 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -42,7 +42,8 @@ "/dev/nvme2" ], "environment": { - "NEXTCLOUD_PATH": "/data/config/www/nextcloud" + "NEXTCLOUD_PATH": "/data/config/www/nextcloud", + "SKIP_DATA_DIRECTORY_PERMISSION_CHECK": "yes" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/nextcloud_ocr-{arch}", @@ -106,6 +107,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "26.0.0-14", + "version": "26.0.0-15", "webui": "https://[HOST]:[PORT:443]" }