Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next 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] grayapp-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 ''192.168.1.100:1880''.
 +
 +{{:app-notes:alpine_web.png?950|}}
 +----
 +
 +===== - 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.
 +
 +<konsole>
 +~ $ node-red admin init
 +Node-RED Settings File initialisation
 +=====================================
 +This tool will help you create a Node-RED settings file.
 +✔ Settings file · /root/.node-red/settings.js
 +✔ 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://nodered.org/docs/telemetry
 + · 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
 +
 +</konsole>
 +
 +The command ''“node-red admin init”'' is executed under the console of the container. Changes can be made to Node-RED via a text-based menu and a user with a password can be stored. This provides you with additional security for this additional function.
 +
 +**
 +<WRAP center round important 85%>
 +Important Changes to “node-red admin init” will only take effect after restarting the container.
 +</WRAP>
 +**
 +
 +{{:app-notes:alpine_sec.png?950|}}
 +
  
 ---- ----