mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Node-Red-Standalone to 3.0.2-14 (#670)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
814e634a39
commit
122ba6c5ed
@ -9,10 +9,10 @@ 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:
|
||||
- ${APP_DATA_DIR}/data:/data
|
||||
environment:
|
||||
PORT: 1881
|
||||
PORT: 1881
|
@ -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…
Reference in New Issue
Block a user