Update config.json

Calibre-web can not access /addon_configs folder. Without that metadata.db is not accessible from Calibre config folder.
This commit is contained in:
ash286
2025-05-19 15:44:33 +01:00
committed by GitHub
parent 86c35fc9dd
commit b43c4f1fad

View File

@@ -84,7 +84,7 @@
"map": [
"media:rw",
"share:rw",
"addon_config:rw",
"addon_configs:rw",
"homeassistant_config:rw",
"ssl"
],