mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 19:11:35 +02:00
Allow mapping to /media and /share
https://github.com/alexbelgium/hassio-addons/issues/865#issuecomment-1604882519
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user