From 3a17ee8b4a32d8a8ddae090f4b65a8a992d73f22 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:57:34 +0100 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 33df405ac..76286c9c3 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -85,7 +85,8 @@ "ingress_port": 0, "init": false, "map": [ - "config:rw", + "addon_config:rw", + "homeassistant_config:rw", "share:rw", "media:rw", "ssl:rw" @@ -151,6 +152,6 @@ "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "30.0.2", + "version": "30.0.2-test", "webui": "https://[HOST]:[PORT:443]" }