Skip to content

bh0fer/node-red-render-efin

 
 

Repository files navigation

Node-RED on Render EFIN

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.

Deploying Node-RED to Render

Deploy to Render

Password protect the flow editor

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 with
  • NODE_RED_PASSWORD - the password to secure the editor with
  • DATABASE_URL - db connection string of the form postgresql://[user[:password]@][netloc][:port][/dbname]

Possible Databse Service

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%