drmabuzo / NodeRedAzureWebApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeRedAzureWebApp

A webapp wrapper for running node-red in an Azure Web App using Windows. To use it just:

  1. Deploy to Azure:

It comes with some cool nodes preinstalled:

Security

Username/password based authentication To enable user authentication on the Editor and Admin API, add the following to your settings.js file:

adminAuth: { type: "credentials", users: [{ username: "admin", password: "$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN.", permissions: "*" }] }

The users property is an array of user objects. This allows you to define multiple users, each of whom can have different permissions.

About

License:MIT License


Languages

Language:JavaScript 91.3%Language:Batchfile 8.7%