From b43c4f1fad2db865fe36e4cab9264180803a6ff5 Mon Sep 17 00:00:00 2001 From: ash286 Date: Mon, 19 May 2025 15:44:33 +0100 Subject: [PATCH 1/2] Update config.json Calibre-web can not access /addon_configs folder. Without that metadata.db is not accessible from Calibre config folder. --- calibre_web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 484f51e2b..039e62ba1 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -84,7 +84,7 @@ "map": [ "media:rw", "share:rw", - "addon_config:rw", + "addon_configs:rw", "homeassistant_config:rw", "ssl" ], From 228081aeb738b976a62163f8851f8fbe2f508184 Mon Sep 17 00:00:00 2001 From: ash286 Date: Mon, 19 May 2025 16:21:19 +0100 Subject: [PATCH 2/2] Update config.json New Public Addon Config all_addon_configs:rw See this: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config/ --- calibre_web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 039e62ba1..f8becd569 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -84,7 +84,7 @@ "map": [ "media:rw", "share:rw", - "addon_configs:rw", + "all_addon_configs:rw", "homeassistant_config:rw", "ssl" ],