diff --git a/sync/config.json b/sync/config.json new file mode 100644 index 0000000..9841e98 --- /dev/null +++ b/sync/config.json @@ -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" +}