Skip to content

Commit 4b96650

Browse files
authored
Update README.md
1 parent 5361f9d commit 4b96650

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project is actually a proof of concept to demonstrate the following feature
66
2. The Built and Deployment of this multi container application using the **BalenaCloud** services (see [section 2. How to install ...](#2-how-to-install-this-application-on-an-edge-device)).
77
3. Monitoring the system resources of the raspberry pi using the **TIG** stack (see [section 3. System resource monitoring ...](#3-system-resource-monitoring-using-the-tig-stack-telegraf-influxdb--grafana)):
88
4. That **Grafana** is very nice and powerful tool to create dashboards (see [section 4. Grafana](#4-grafana)) and that it is easy to create or update those dashboards (see [section 4.1 Updating and adding ...](#41-updating--adding-new-grafana-dashboards)).
9-
5. It is possible to run multiple Node-RED instances on the same device.
9+
5. It is possible to run multiple Node-RED instances on the same device (see [5. Node-RED](#5-node-red)).
1010
6. It is possible to run multiple MQTT brokers on the same device.
1111
7. A USB memory stick connected to the pi can be used for storing specific data (in this case it is the influxdb data)
1212
8. It is possible to access the Grafana user interface and the 2 Node-RED editors over the internet by enabling the Balena public URL and properly configuring the [nginx](http://nginx.org/en/docs/) container.
@@ -59,9 +59,11 @@ 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-
- *Node-RED*: the editor is accessble through Host OS port and path : `<Host OS>:1880/node-red/`
63-
- *Node-Red-Test* : the editor is accessble through Host OS port and path : `<Host OS>:1882/node-red-test/`
64-
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.
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/`
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.
65+
66+
## 6. MQTT broker
6567

6668
## Credits
6769
1. [Initializing Grafana with preconfigured dashboards](https://ops.tips/blog/initialize-grafana-with-preconfigured-dashboards/) [(github repository)](https://github.com/cirocosta/sample-grafana)

0 commit comments

Comments
 (0)