Fading Coder

An Old Coder’s Final Dance

Protecting the Node-RED Editor with Admin Authentication in Docker

The Node-RED editor and admin API are open by default. You can enable a simple username/password challenge by editing the settings.js file in your data directory. This walkthrough shows how to do that when running Node-RED in Docker, including generating a bcrypt hash for the password. Run Node-RED...