Browse Source

Update Node-Red-Standalone to 3.0.2-14 (#670)

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

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

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

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

@ -2,7 +2,7 @@ manifestVersion: 1
id: node-red-standalone
category: automation
name: "Node-RED"
version: "2.2.2-12"
version: "3.0.2-14"
tagline: Wire together the Internet of Things
description: >-
Node-RED is a visual programming tool for wiring together hardware
@ -16,6 +16,8 @@ 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
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
developer: OpenJS Foundation
website: https://nodered.org
dependencies: []

Loading…
Cancel
Save