From b43c4f1fad2db865fe36e4cab9264180803a6ff5 Mon Sep 17 00:00:00 2001 From: ash286 Date: Mon, 19 May 2025 15:44:33 +0100 Subject: [PATCH] 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" ],