mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update node-red to 4.0.9 (#2205)
This commit is contained in:
parent
9e8ad2c932
commit
94061d6def
@ -9,7 +9,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/public/*"
|
||||
|
||||
web:
|
||||
image: nodered/node-red:4.0.8@sha256:871225abb46d62e434c75c73ec264c406ae1d0ea09b365ed9ffa122fdc327879
|
||||
image: nodered/node-red:4.0.9@sha256:7a3e18f29578feb271bb8daab4379e4ebd355b87ea64b699ce74e6ff49d907aa
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
volumes:
|
||||
@ -25,4 +25,4 @@ services:
|
||||
LND_IP: $APP_LIGHTNING_NODE_IP
|
||||
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||
ELECTRUM_IP: $APP_ELECTRS_NODE_IP
|
||||
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
|
||||
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: node-red
|
||||
category: automation
|
||||
name: "Node-RED (Bitcoin)"
|
||||
version: "4.0.8"
|
||||
version: "4.0.9"
|
||||
tagline: Wire together the Internet of Things
|
||||
description: >-
|
||||
Node-RED is a visual programming tool for wiring together hardware
|
||||
@ -35,7 +35,9 @@ gallery:
|
||||
path: ""
|
||||
releaseNotes: >-
|
||||
This release includes improvements and bug fixes:
|
||||
- Fixed config node sorting when importing
|
||||
- Improved handling of context variables and environment access
|
||||
- Enhanced sidebar and library interface improvements
|
||||
- Better handling of node groups and flow management
|
||||
- Various other improvements and bug fixes
|
||||
|
||||
|
||||
@ -44,4 +46,4 @@ defaultUsername: umbrel
|
||||
defaultPassword: moneyprintergobrrr
|
||||
torOnly: false
|
||||
submitter: Oren Zomer
|
||||
submission: https://github.com/getumbrel/umbrel/pull/958
|
||||
submission: https://github.com/getumbrel/umbrel/pull/958
|
||||
|
Loading…
Reference in New Issue
Block a user