From ea82fd36c2e9e7559605333e54a2f4332f656e78 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Fri, 28 Jun 2019 06:57:32 +0200 Subject: [PATCH] :books: Add demo video and improve project description for docker --- docker/images/n8n/README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index ed960574b..500a485ef 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -1,8 +1,27 @@ -## n8n +## n8n - Workflow Automation ![n8n.io - Workflow Automation](https://n8n.io/n8n-logo.png) -Run n8n in Docker. +n8n is a free node based "Open Source" (with Commons Clause) +Workflow Automation Tool. It can be self-hosted, easily extended, and +so also used with internal tools. + +n8n.io - Screenshot + +Is still in beta so can not guarantee that everything works perfectly. Also +is there currently not much documentation. That will hopefully change soon. + +## Demo + +A short demo (< 3 min) which shows how to create a simple workflow which +automatically sends a new Slack notification every time a Github repository +received or lost a star: + +[https://www.youtube.com/watch?v=ePdcf0yaz1c](https://www.youtube.com/watch?v=ePdcf0yaz1c) + + + +## Start n8n in Docker ``` docker run -it --rm \