kent1026 / node-red-heroku

Node-RED in Heroku. Low-code programming for event-driven applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-heroku

A wrapper for deploying Node-RED into the Heroku.

Node-RED v2.x on Heroku

forked by https://github.com/n0bisuke/node-red-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

Change Code editor

editorTheme: {
    codeEditor: {
        lib: "monaco"
    }
},

About

Node-RED in Heroku. Low-code programming for event-driven applications.

License:Apache License 2.0


Languages

Language:JavaScript 58.9%Language:HTML 21.7%Language:CSS 19.1%Language:Procfile 0.3%