From 983e93b061178656118a04e248a09fb155723422 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 4 May 2017 16:45:59 +0200 Subject: [PATCH] Create config.json --- sync/config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sync/config.json 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" +}