mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-03 20:00:32 +02:00
Update config.json
This commit is contained in:
@@ -46,7 +46,9 @@
|
|||||||
"name": "ResilioSync",
|
"name": "ResilioSync",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"PUID": 0
|
"PUID": 0,
|
||||||
|
"data_location": "/config/resioliosync/sync",
|
||||||
|
"config_location": "/config/resioliosync/config"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"55555/tcp": 55555,
|
"55555/tcp": 55555,
|
||||||
@@ -69,7 +71,9 @@
|
|||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
"networkdisks": "str?"
|
"networkdisks": "str?",
|
||||||
|
"data_location": "str",
|
||||||
|
"config_location": "str"
|
||||||
},
|
},
|
||||||
"slug": "resiliosync",
|
"slug": "resiliosync",
|
||||||
"url": "https://github.com/tyjtyj/hassio-addons",
|
"url": "https://github.com/tyjtyj/hassio-addons",
|
||||||
|
|||||||
Reference in New Issue
Block a user