pi-hosted/template/apps/n8n.json
Rafael Blumberg 9431ee2b09
Create Amd64 Portainer template. Includes Counts, Preinstall changes as well(#59)
Co-authored-by: Robert Middleswarth <72569+rmiddle@users.noreply.github.com>
2022-08-21 16:09:22 -04:00

45 lines
1 KiB
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "n8n is an extendable workflow automation tool.",
"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"
}
],
"image_arm32": "n8nio/n8n:latest",
"image_arm64": "n8nio/n8n:latest",
"image_amd64": "n8nio/n8n:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/n8n.jpg",
"name": "n8n",
"note": "Documentation is Available <a href='https://docs.n8n.io/'>here</a>",
"officialDoc": "https://docs.n8n.io/getting-started/installation/#docker",
"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"
}
],
"webpage": "https://n8n.io/"
}