mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
56 lines
1.9 KiB
YAML
56 lines
1.9 KiB
YAML
manifestVersion: 1
|
|
id: node-red
|
|
category: automation
|
|
name: "Node-RED (Bitcoin)"
|
|
version: "3.1.1"
|
|
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
|
|
|
|
|
|
Warning: Node-RED (Bitcoin) on Umbrel is able to connect directly to Bitcoin Core, LND and Electrum, due to this you should be careful when installing third-party Node-RED nodes.
|
|
developer: OpenJS Foundation
|
|
website: https://nodered.org
|
|
dependencies:
|
|
- bitcoin
|
|
- electrs
|
|
- lightning
|
|
repo: https://github.com/node-red/node-red
|
|
support: https://nodered.org/about/community/slack/
|
|
port: 1880
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
path: ""
|
|
releaseNotes: >-
|
|
This update takes Node-RED from 3.0.2 to 3.1.1.
|
|
|
|
Whats changed:
|
|
|
|
- Default filter to All Catalogues and show nodes for small lists
|
|
|
|
- Ensure junction appears when filtering quick-add list
|
|
|
|
- Update message catalogs for JSONata Expression editor
|
|
|
|
- Add tooltip to relevance sort button in user settings UI
|
|
|
|
- add more..
|
|
|
|
Full release notes here: https://github.com/node-red/node-red/releases/tag/3.1.0
|
|
defaultUsername: umbrel
|
|
defaultPassword: moneyprintergobrrr
|
|
torOnly: false
|
|
submitter: Oren Zomer
|
|
submission: https://github.com/getumbrel/umbrel/pull/958 |