mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 19:04:05 +02:00
Add backup to config
https://github.com/alexbelgium/hassio-addons/issues/1909
This commit is contained in:
@@ -73,9 +73,12 @@
|
|||||||
"ingress": true,
|
"ingress": true,
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": [
|
||||||
"share:rw",
|
"addons:rw",
|
||||||
|
"backup:rw",
|
||||||
"config:rw",
|
"config:rw",
|
||||||
"media:rw"
|
"media:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl:rw"
|
||||||
],
|
],
|
||||||
"name": "ResilioSync",
|
"name": "ResilioSync",
|
||||||
"options": {
|
"options": {
|
||||||
@@ -116,5 +119,5 @@
|
|||||||
"slug": "resiliosync",
|
"slug": "resiliosync",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/tyjtyj/hassio-addons",
|
"url": "https://github.com/tyjtyj/hassio-addons",
|
||||||
"version": "3.0.3.1065"
|
"version": "3.0.3.1065-2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user