smolgrrr
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
18 additions and
2 deletions
-
node-red/docker-compose.yml
-
node-red/umbrel-app.yml
|
@ -9,7 +9,7 @@ services: |
|
|
PROXY_AUTH_WHITELIST: "/public/*" |
|
|
PROXY_AUTH_WHITELIST: "/public/*" |
|
|
|
|
|
|
|
|
web: |
|
|
web: |
|
|
image: nodered/node-red:2.2.2-12@sha256:7b8e58892801f01af48acfb18c21b845a6f35029e7654ca6e19ba86bbe810d04 |
|
|
image: nodered/node-red:3.1.1@sha256:cf9749f31fdaee0a87a27aebf97ef6c051e1b6e77f021806f876055ae8d0b4c8 |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
stop_grace_period: 1m |
|
|
stop_grace_period: 1m |
|
|
volumes: |
|
|
volumes: |
|
|
|
@ -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: "2.2.2-12" |
|
|
version: "3.1.1" |
|
|
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 |
|
@ -33,6 +33,22 @@ gallery: |
|
|
- 2.jpg |
|
|
- 2.jpg |
|
|
- 3.jpg |
|
|
- 3.jpg |
|
|
path: "" |
|
|
path: "" |
|
|
|
|
|
releaseNotes: >- |
|
|
|
|
|
This update takes Node-RED from 3.0.2 to 3.1.1. |
|
|
|
|
|
|
|
|
|
|
|
Whats changed: |
|
|
|
|
|
|
|
|
|
|
|
- Default filter to All Catalogues and show nodes for small lists |
|
|
|
|
|
|
|
|
|
|
|
- Ensure junction appears when filtering quick-add list |
|
|
|
|
|
|
|
|
|
|
|
- Update message catalogs for JSONata Expression editor |
|
|
|
|
|
|
|
|
|
|
|
- Add tooltip to relevance sort button in user settings UI |
|
|
|
|
|
|
|
|
|
|
|
- add more.. |
|
|
|
|
|
|
|
|
|
|
|
Full release notes here: https://github.com/node-red/node-red/releases/tag/3.1.0 |
|
|
defaultUsername: umbrel |
|
|
defaultUsername: umbrel |
|
|
defaultPassword: moneyprintergobrrr |
|
|
defaultPassword: moneyprintergobrrr |
|
|
torOnly: false |
|
|
torOnly: false |
|
|