Skip to content

Instantly share code, notes, and snippets.

@clowrey
clowrey / README.md
Last active April 11, 2016 04:22 — forked from bigmonkeyboy/README.md
init.d script for Node-RED

This gist creates an init.d script to automatically run Node-RED at boot time.

To run it as a single step you can cut paste the following single line command

sudo wget -O /tmp/download https://gist.github.com/clowrey/80877400239950adc63fc17708425f6b/download && sudo tar -zxf /tmp/download --strip-components 1 -C /etc/init.d && sudo chmod 755 /etc/init.d/nodered && sudo update-rc.d nodered defaults

or click right-click "save as" this link - But please read the script first and satisfy yourself it's safe to execute in your environment...

@clowrey
clowrey / esp32-2424s012-lvgl.yaml
Last active March 12, 2024 20:14 — forked from clydebarrow/.gitignore
LVGL watch face in ESPHome yaml
esphome:
name: esp32-2424s012-lvgl
friendly_name: esp32-2424s012-lvgl
platformio_options:
board_build.flash_mode: dio
esp32:
board: esp32-c3-devkitm-1
framework:
type: esp-idf