app-store/apps/nodered/config.json

18 lines
745 B
JSON
Raw Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "Node-RED",
"port": 8111,
"available": true,
2022-11-11 19:33:58 +00:00
"exposable": true,
2022-07-28 17:46:12 +00:00
"id": "nodered",
"tipi_version": 15,
"version": "4.0.0",
"categories": ["automation"],
2022-07-28 17:46:12 +00:00
"description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.",
"short_desc": "Low-code programming for event-driven applications",
"author": "node-red",
"source": "https://github.com/node-red/node-red",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
2022-07-28 17:46:12 +00:00
}