Skip to content

Commit 20998bb

Browse files
authored
Update README.md
1 parent c6ee332 commit 20998bb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,27 @@ If you want to add a new Grafana dashboard then this can be done through followi
5959

6060
## 5. Node-RED
6161
The application consists of 2 [Node-RED](https://nodered.org/) containers:
62-
1. *node-red*: this editor is accessble through Host OS port and path : `<Host OS>:1880/node-red/`
63-
2. *node-red-test* : this editor is accessble through Host OS port and path : `<Host OS>:1882/node-red-test/`
62+
1. **node-red**: this editor is accessble through Host OS port and path : `<Host OS>:1880/node-red/`
63+
2. **node-red-test** : this editor is accessble through Host OS port and path : `<Host OS>:1882/node-red-test/`
6464
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:
6565
- *Application Environment Variables (E(X))* - this implies that both Node-RED instances will have the same username and password.
6666
- *Service Variables (S(X))*
6767

6868
## 6. MQTT broker
6969
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
70+
1. **mqtt** which is listening to Host OS port 1883
71+
2. **mqtt-test** which is listening to Host OS port 1884
7272

7373
## 7. Setup of the USB memory Stick
7474

7575

7676
## 8. Internet access via Balena's public URL and Nginx.
77+
The nginx container has been configured so that when you enable the Balena public URL that you can access the following applications over the internet:
78+
- *Grafana* User Interface via `<public URL>`
79+
- editor of the container *node-red* via `<public URL>\node-red`
80+
- UI of the container *node-red* via `<public URL>\node-red\ui`
81+
- editor of the container *node-red-test* via `<public URL>\node-red-test`
82+
- UI of the container *node-red-test* via `<public URL>\node-red-test\ui`
7783

7884

7985
## Credits

0 commit comments

Comments
 (0)