Add backup to config

https://github.com/alexbelgium/hassio-addons/issues/1909
This commit is contained in:
Alexandre
2025-06-19 10:31:11 +02:00
committed by GitHub
parent 3f9c2d6e50
commit a7df2aef88

View File

@@ -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"
} }