Allow mapping to /media and /share

https://github.com/alexbelgium/hassio-addons/issues/865#issuecomment-1604882519
This commit is contained in:
Alexandre
2023-06-23 22:10:02 +02:00
committed by GitHub
parent 974e70d0bb
commit 2f5f4c29d7

View File

@@ -62,7 +62,9 @@
}, },
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}", "image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
"map": [ "map": [
"config:rw" "config:rw",
"share:rw",
"media:rw"
], ],
"name": "Tandoor recipes", "name": "Tandoor recipes",
"options": { "options": {
@@ -97,5 +99,5 @@
], ],
"slug": "tandoor_recipes", "slug": "tandoor_recipes",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.4.12-3" "version": "1.4.12-4"
} }