A wrapper for deploying Node-RED to Render. Click on the following button to create a new instance...
Based on @joeartsea's node-red-heroku
In this version, no database server is spawned and configured. You need to provide a DATABASE_URL.
You will be prompted before deploying to set the following environment variables to prevent public access to your flow editor.
NODE_RED_USERNAME[default:admin] - the username to secure the editor withNODE_RED_PASSWORD- the password to secure the editor withDATABASE_URL- db connection string of the formpostgresql://[user[:password]@][netloc][:port][/dbname]