You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,13 @@ If you want to add a new Grafana dashboard then this can be done through followi
61
61
The application consists of 2 [Node-RED](https://nodered.org/) containers:
62
62
1.**node-red**: this editor is accessble through Host OS port and path : `<Host OS>:1880/node-red/`
63
63
2.**node-red-test** : this editor is accessble through Host OS port and path : `<Host OS>:1882/node-red-test/`
64
+
64
65
Note that both Node-RED editors are protected by a user name and a hashed password that must be set throught the environment variables `USERNAME` and `PASSWORD`. The [Node-RED security page](https://nodered.org/docs/security) describes how a password hash can be generated. You can set these environment variables using your [Balena dashboard](https://dashboard.balena-cloud.com) either under:
65
66
-*Application Environment Variables (E(X))* - this implies that both Node-RED instances will have the same username and password.
66
67
-*Service Variables (S(X))*
67
68
69
+
70
+
68
71
## 6. MQTT broker
69
72
This application consist of 2 [Mosquitto MQTT-brokers](https://mosquitto.org/):
70
73
1.**mqtt** which is listening to Host OS port 1883
0 commit comments