Files
hassio-repository/sync/config.json
2017-05-04 16:49:40 +02:00

21 lines
364 B
JSON

{
"name": "Sync",
"version": "0.4",
"slug": "sync",
"description": "Sync config files over sftp",
"startup": "once",
"boot": "manual",
"map": ["config"],
"options": {
"target": null,
"username": null,
"password": ""
},
"schema": {
"target": "url",
"username": "str,
"password": "str"
},
"image": "hub/{arch}-sync"
}