20 lines
343 B
JSON
20 lines
343 B
JSON
{
|
|
"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"
|
|
}
|