Securing Node-Red with SSL and Username Authentication

Out of the box your connection to node-red is insecure. If you are exposing node-red to the Internet or just want a more secure installation then you can: Enforce an SSL connection. Require Username and Password Authentication Click to rate this post! [Total: 1 Average: 5]

Continue reading

Storing Data in Node-Red Variables

Node-red nodes pass the msg object between nodes. However this object is replaced by the next msg object. So how do you store data between node calls? Node-Red provides three mechanisms: The context object -stores data for a node The Flow object – stores data for a flow The global object -stores data for the canvas Click to rate this post! [Total: 9 Average: 4.9]

Continue reading