Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 754 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 754 Bytes

node-red-heroku

A wrapper for deploying Node-RED into the Heroku.

Deploying Node-RED into Heroku

Deploy

Password protect the flow editor

By default, the editor is open for anyone to access and modify flows. To password-protect the editor:

Add the following user-defined variables.

  • NODE_RED_USERNAME - the username to secure the editor with
  • NODE_RED_PASSWORD - the password to secure the editor with

Attention

Since heroku and heroku-postgresql are no longer available for free, a paid environment is required to use this application