Node red has many files for settings and configurations. I have added all config files and settings.js to a github repo used for setup, config, installation and version control of node red. Then use an install script to automatically set up a pi5 with docker, clone github repo, make image and run container so everything is ready on a new machine. This includes settings.js as well as all other config files. But I'm not used to handle users there and hashed passwords. I guess it's not recommended? What is the recommended way to deal with this? At least it's better than storing the password itself ![]()
Perhaps the hashed passwords could go in an env file? ![]()