mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-01 09:27:44 +01:00
Feat : new config option for downloads folder
https://github.com/alexbelgium/hassio-addons/issues/466
This commit is contained in:
@@ -51,8 +51,9 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"config_location": "/config/addons_config/resioliosync",
|
"config_location": "/config/addons_config/resiliosync",
|
||||||
"data_location": "/share/resioliosync"
|
"data_location": "/share/resiliosync",
|
||||||
|
"downloads_location": "/share/resiliosync_downloads",
|
||||||
},
|
},
|
||||||
"panel_icon": "mdi:cloud-sync-outline",
|
"panel_icon": "mdi:cloud-sync-outline",
|
||||||
"ports": {
|
"ports": {
|
||||||
@@ -77,6 +78,7 @@
|
|||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"config_location": "str",
|
"config_location": "str",
|
||||||
"data_location": "str",
|
"data_location": "str",
|
||||||
|
"downloads_location": "str",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?"
|
"networkdisks": "str?"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user