Feat : new config option for downloads folder

https://github.com/alexbelgium/hassio-addons/issues/466
This commit is contained in:
Alexandre
2022-09-21 09:11:35 +02:00
committed by GitHub
parent d237f72e46
commit e451b64d5d

View File

@@ -51,8 +51,9 @@
"options": {
"PGID": 0,
"PUID": 0,
"config_location": "/config/addons_config/resioliosync",
"data_location": "/share/resioliosync"
"config_location": "/config/addons_config/resiliosync",
"data_location": "/share/resiliosync",
"downloads_location": "/share/resiliosync_downloads",
},
"panel_icon": "mdi:cloud-sync-outline",
"ports": {
@@ -77,6 +78,7 @@
"cifsusername": "str?",
"config_location": "str",
"data_location": "str",
"downloads_location": "str",
"localdisks": "str?",
"networkdisks": "str?"
},