Create config.json

This commit is contained in:
Pascal Vizeli
2017-05-04 16:45:59 +02:00
committed by GitHub
parent c9129f8f5e
commit 983e93b061

19
sync/config.json Normal file
View File

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