umbrel-apps/node-red-standalone/umbrel-app.yml
Oren 21a9203d01
Update Node-Red-Standalone to 3.0.2-18 (#693)
Co-authored-by: nmfretz <nmfretz@gmail.com>
2023-07-18 23:43:13 -04:00

38 lines
1.5 KiB
YAML

manifestVersion: 1
id: node-red-standalone
category: automation
name: "Node-RED"
version: "3.0.2-18"
tagline: Wire together the Internet of Things
description: >-
Node-RED is a visual 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. A built-in library allows you to save useful functions, templates or flows for re-use.
The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others. An online flow library allows you to share your best flows with the world.
Note: If you would like your 'HTTP In' nodes to be accessible without authentication, then prepend your url with '/public/'. E.g. /public/do-something
releaseNotes: >-
This update does not alter the Node-RED version, which remains at 3.0.2. Instead, it upgrades the underlying Node.js
from version 14 to 18. This change is intended to extend compatibility with Node.js modules that were previously
unavailable to users on Node.js 14.
developer: OpenJS Foundation
website: https://nodered.org
dependencies: []
repo: https://github.com/node-red/node-red
support: https://nodered.org/about/community/slack/
port: 1881
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/38