Skip to content

drmabuzo/NodeRedAzureWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •