Create config.json
This commit is contained in:
19
sync/config.json
Normal file
19
sync/config.json
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user