This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
app-notes:set-up-alpine [2025/08/13 13:13] – [1. Setting up an LXC container with Alpine Linux and a ready-to-run Node-RED implementation] gray | app-notes:set-up-alpine [2025/08/13 13:45] (current) – [2. Further settings under Node-RED] gray | ||
---|---|---|---|
Line 88: | Line 88: | ||
---- | ---- | ||
+ | If everything worked, you can now access Node-RED in your web browser via the IP address '' | ||
+ | |||
+ | {{: | ||
+ | ---- | ||
+ | |||
+ | ===== - Further settings under Node-RED ===== | ||
+ | |||
+ | No user has been stored for this Node-RED installation. However, one can be stored later for secure access to the Node-RED container. | ||
+ | |||
+ | < | ||
+ | ~ $ node-red admin init | ||
+ | Node-RED Settings File initialisation | ||
+ | ===================================== | ||
+ | This tool will help you create a Node-RED settings file. | ||
+ | ✔ Settings file · / | ||
+ | ✔ That file already exists. Are you sure you want to overwrite it? · Yes | ||
+ | Share Anonymouse Usage Information | ||
+ | ================================== | ||
+ | ✔ Node-RED can notify you when there is a new version available. | ||
+ | This ensures you keep up to date with the latest features and fixes. | ||
+ | This requires sending anonymised data back to the Node-RED team. | ||
+ | It does not include any details of your flows or users. | ||
+ | For full information on what information is collected and how it is used, | ||
+ | please see https:// | ||
+ | · No, do not send my usage data | ||
+ | User Security | ||
+ | ============= | ||
+ | User Security | ||
+ | ============= | ||
+ | ✔ Do you want to setup user security? · Yes | ||
+ | ✔ Username · admin | ||
+ | ✔ Password · ********* | ||
+ | ✔ User permissions · full access | ||
+ | ✔ Add another user? · No | ||
+ | |||
+ | </ | ||
+ | |||
+ | The command '' | ||
+ | |||
+ | ** | ||
+ | <WRAP center round important 85%> | ||
+ | Important Changes to “node-red admin init” will only take effect after restarting the container. | ||
+ | </ | ||
+ | ** | ||
+ | |||
+ | {{: | ||
+ | |||
---- | ---- |