Browse Source

Update Node-Red-Standalone to 3.0.2-18 (#693)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Oren 1 year ago
committed by GitHub
parent
commit
21a9203d01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      node-red-standalone/docker-compose.yml
  2. 6
      node-red-standalone/umbrel-app.yml

2
node-red-standalone/docker-compose.yml

@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/public/*" PROXY_AUTH_WHITELIST: "/public/*"
web: web:
image: nodered/node-red:3.0.2-14@sha256:5041fe85e55705d91594980330fc447d86d4f138723befe1628c686bace01de8 image: nodered/node-red:3.0.2-18@sha256:e401cd81a43bca7db51fe8dac2c9cfc9b4ffb922ba424241280f7392e13b06a0
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
volumes: volumes:

6
node-red-standalone/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: node-red-standalone id: node-red-standalone
category: automation category: automation
name: "Node-RED" name: "Node-RED"
version: "3.0.2-14" version: "3.0.2-18"
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
@ -17,7 +17,9 @@ description: >-
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 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: >- releaseNotes: >-
This updates Node Red from version 2.2.2 to version 3.0.2. For a full list of changes, see the release notes: https://github.com/node-red/node-red/releases 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 developer: OpenJS Foundation
website: https://nodered.org website: https://nodered.org
dependencies: [] dependencies: []

Loading…
Cancel
Save