app-store/apps/n8n/config.json

20 lines
803 B
JSON
Raw Permalink Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
"name": "n8n (v0)",
2022-07-28 17:46:12 +00:00
"available": true,
2022-11-11 19:33:58 +00:00
"exposable": true,
"deprecated": true,
2022-07-28 17:46:12 +00:00
"port": 8094,
"id": "n8n",
2024-02-03 05:39:59 +00:00
"tipi_version": 27,
"version": "0.237.0",
"categories": ["automation"],
2022-07-28 17:46:12 +00:00
"description": "n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.",
"short_desc": "Workflow Automation Tool. Alternative to Zapier",
"author": "n8n.io",
"source": "https://github.com/n8n-io/n8n",
"website": "https://n8n.io/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
2022-07-28 17:46:12 +00:00
}