ABOUT
Node-RED is a visual programming tool that allows developers and non-developers alike to easily wire together hardware devices, APIs, and online services to create custom applications. It provides a visual interface for building workflows, making it easy to create and modify complex integrations without having to write any code. Node-RED is used in a wide range of applications, from simple automations to complex integrations, and is known for its simplicity, versatility, and ease of use.
infoTo install themes, type `update` in the LXC console. (debian/ubuntu only)
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM4 GB disk
Config path~/.node-red/settings.js
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/node-red.sh'; sha='8c4f23bf21e399245d2b0210cd15635870253cfffc9cc93981cff5bed480aa8d'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/node-red.shSHA-256 8c4f23bf21e399245d2b0210cd15635870253cfffc9cc93981cff5bed480aa8d alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config path~/.node-red/settings.js
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-node-red.sh'; sha='ebf38f40f0b0c43db348dc87a5f871c0eb4d61f2ccecffeea0e50085ffd77434'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-node-red.shSHA-256 ebf38f40f0b0c43db348dc87a5f871c0eb4d61f2ccecffeea0e50085ffd77434 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.