diff --git a/pi-hosted_template/images/n8n.jpg b/pi-hosted_template/images/n8n.jpg new file mode 100644 index 0000000..1d39a19 Binary files /dev/null and b/pi-hosted_template/images/n8n.jpg differ diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 09d0654..5b3a96e 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -4655,6 +4655,47 @@ "container": "/var/run/docker.sock" } ] + }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "n8n is an extendable workflow automation tool.", + "image": "n8nio/n8n:latest", + "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/n8n.png", + "name": "n8n", + "note": "Documentation is Available \u003ca href='https://docs.n8n.io/'\u003ehere\u003c/a\u003e", + "platform": "linux", + "ports": [ + "5678:5678/tcp" + ], + "restart_policy": "unless-stopped", + "title": "n8n", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/n8n", + "container": "/home/node/.n8n" + } + ], + "env": [ + { + "default": true, + "label": "N8N_BASIC_AUTH_ACTIVE", + "name": "N8N_BASIC_AUTH_ACTIVE" + }, + { + "default": "admin", + "label": "N8N_BASIC_AUTH_USER", + "name": "N8N_BASIC_AUTH_USER" + }, + { + "default": "admin", + "label": "N8N_BASIC_AUTH_PASSWORD", + "name": "N8N_BASIC_AUTH_PASSWORD" + } + ] } ] }