1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
20 lines
752 B
JSON
20 lines
752 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Node-RED",
|
|
"port": 8111,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "nodered",
|
|
"tipi_version": 5,
|
|
"version": "3.1.0",
|
|
"categories": [
|
|
"automation"
|
|
],
|
|
"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"]
|
|
}
|