From a4e9574221c77d72f8aa58a3a61c582152b2a0a3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 4 May 2017 08:25:52 +0200 Subject: [PATCH] create coffee maker --- coffee_maker/config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 coffee_maker/config.json diff --git a/coffee_maker/config.json b/coffee_maker/config.json new file mode 100644 index 0000000..169cd9b --- /dev/null +++ b/coffee_maker/config.json @@ -0,0 +1,18 @@ +{ + "name": "Coffe Maker", + "version": "1.2", + "slug": "coffee_maker", + "description": "Expose a webfrontent to controll my coffee maker", + "startup": "before", + "boot": "auto", + "ports": { + "80/tcp": 8080 + }, + "options": { + "device": null + }, + "schema": { + "device": "str" + }, + "image": "hub/{arch}-coffee-maker" +}