Browse Source

Update node-red to version 4.0.2 (#1270)

main
Nathan Fretz 6 months ago
committed by GitHub
parent
commit
ff3572141d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      node-red/docker-compose.yml
  2. 48
      node-red/umbrel-app.yml

4
node-red/docker-compose.yml

@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/public/*" PROXY_AUTH_WHITELIST: "/public/*"
web: web:
image: nodered/node-red:4.0.0@sha256:aa2d35ab4cbc1c3bf791a22bbf4de251635c5cbc06b3ec9e6b26a31b1296f7e5 image: nodered/node-red:4.0.2@sha256:fa8fbcf2ddc1e1b2cdea3c1e6d027413f583956fc499289c432650a3ea03c10b
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
volumes: volumes:
@ -25,4 +25,4 @@ services:
LND_IP: $APP_LIGHTNING_NODE_IP LND_IP: $APP_LIGHTNING_NODE_IP
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
ELECTRUM_IP: $APP_ELECTRS_NODE_IP ELECTRUM_IP: $APP_ELECTRS_NODE_IP
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT

48
node-red/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: node-red id: node-red
category: automation category: automation
name: "Node-RED (Bitcoin)" name: "Node-RED (Bitcoin)"
version: "4.0.0" version: "4.0.2"
tagline: Wire together the Internet of Things tagline: Wire together the Internet of Things
description: >- description: >-
Node-RED is a visual programming tool for wiring together hardware Node-RED is a visual programming tool for wiring together hardware
@ -34,43 +34,17 @@ gallery:
- 3.jpg - 3.jpg
path: "" path: ""
releaseNotes: >- releaseNotes: >-
Welcome to Node-RED 4.0! This is a major release with tons of new features and improvements. What's Changed:
Editor Updates:
- Auto-complete for flow/global and env inputs
- Customising config nodes in Subflows
- Timestamp formatting
- Multiplayer Mode
- Better background deploy handling
- Improved Diff view for moved nodes
- Better feedback for read-only users
- New Config Node selection UI
Runtime:
- Faster deploys for large flows
- Updated JSONata
Node Updates:
- A better CSV node
- Updated Proxy Handling
And more! Full release notes here: https://github.com/node-red/node-red/releases/tag/4.0.0 - Ensure mermaid.min.js is cached properly between loads of the editor
- Guard against undefined sessions in multiplayer
- Allow auth cookie name to be customised
- Fix node validation if the property is not required
- Clean up orphaned editors
- Improve the editor's French translations
- Use a more subtle border on the header
Full release notes are found at https://github.com/node-red/node-red/releases
defaultUsername: umbrel defaultUsername: umbrel
defaultPassword: moneyprintergobrrr defaultPassword: moneyprintergobrrr
torOnly: false torOnly: false

Loading…
Cancel
Save