dceejay / openwrt-node-red

A packing up of Node-RED for OpenWRT
Apache License 2.0
43 stars 13 forks source link

openwrt-node-red

platform

A packaging up of Node-RED for OpenWRT.

The dist directory contains the .ipk file you need to download and install. For example

opkg install node-red_1.0.6.ipk

Build scripts

The scripts can help you to recreate this yourself.

Other files

OpenWRT admin menu - Luci files

OpenWRT uses Luci as it's admin web UI. The files in the luci directory can be used to add Node-RED to the admin menu so you can easily see the log (usually at /var/log/node-red.log).

The addluci.sh script will copy them into the correct place (as of Oct 2018), you will need to restart luci (or reboot).

The status.lua file currently just copies over the existing one. This may cause problems in the future if the order of items in the default file changes. There doesn't seem to be a good way to contribute an entry dynamically on install. Thus we don't automatically install these files for you. You may need to merge them manually.