Skip to content

Commit c6ee332

Browse files
authored
Update README.md
1 parent c2c897f commit c6ee332

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,18 @@ If you want to add a new Grafana dashboard then this can be done through followi
6161
The application consists of 2 [Node-RED](https://nodered.org/) containers:
6262
1. *node-red*: this editor is accessble through Host OS port and path : `<Host OS>:1880/node-red/`
6363
2. *node-red-test* : this editor is accessble through Host OS port and path : `<Host OS>:1882/node-red-test/`
64-
Note that both Node-RED editors are protected by a user name and password that must be set throught the environment variables `USERNAME` and `PASSWORD`. Note that the environment variable `PASSWORD` should contain the hashed password. The [Node-RED security page](https://nodered.org/docs/security) describes how a password hash can be generated.
64+
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+
- *Application Environment Variables (E(X))* - this implies that both Node-RED instances will have the same username and password.
66+
- *Service Variables (S(X))*
6567

6668
## 6. MQTT broker
69+
This application consist of 2 [Mosquitto MQTT-brokers](https://mosquitto.org/):
70+
1. *mqtt* which is listening to Host OS port 1883
71+
2. *mqtt-test* which is listening to Host OS port 1884
6772

6873
## 7. Setup of the USB memory Stick
6974

75+
7076
## 8. Internet access via Balena's public URL and Nginx.
7177

7278

0 commit comments

Comments
 (0)