Skip to content

lebalz/node-red-render-no-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-render-no-db

A wrapper for deploying Node-RED to Render.

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]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors