This repository deploys a working instance of Node-RED under piku with a few extra nodes I normally find useful.
To publish this app to piku, clone this repository and run the following commands:
git remote add production [email protected]:nodered
git push production mainThe ENV file assumes you've got DNS properly mapped to your changeme.domain and that are OK with it using plain HTTP.
For minimal security, I recommend changing the password on the ENV file and deploying this behind Cloudflare by adding the following lines to ENV:
HTTPS_ONLY=True
NGINX_CLOUDFLARE_ACL=True