From e111454205a910f4b51cf3d5ae5e664058cb5757 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 May 2025 09:11:49 +0200 Subject: [PATCH] Readd /config https://github.com/alexbelgium/hassio-addons/issues/1878#issuecomment-2911041638 --- calibre_web/config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index d52337779..ba5133f14 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -82,10 +82,11 @@ "ingress": true, "init": false, "map": [ - "media:rw", - "share:rw", + "addon_config:rw", "all_addon_configs:rw", "homeassistant_config:rw", + "media:rw", + "share:rw", "ssl" ], "name": "Calibre-web", @@ -122,6 +123,6 @@ "slug": "calibre-web", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre_web", - "version": "0.6.24-6", + "version": "0.6.24-7", "video": true }