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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ If you want to add a new Grafana dashboard then this can be done through followi
60
60
61
61
## 5. Node-RED
62
62
The application consists of 2 [Node-RED](https://nodered.org/) containers:
63
-
1.**node-red**: this editor is accessble through Host OS port and path : `<Host OS>:1880/node-red/`
64
-
2.**node-red-test** : this editor is accessble through Host OS port and path : `<Host OS>:1882/node-red-test/`
63
+
1.**node-red**: its editor is accessble through Host OS port and path : `<Host OS>:1880/node-red/`
64
+
2.**node-red-test** : its editor is accessble through Host OS port and path : `<Host OS>:1882/node-red-test/`
65
65
66
66
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:
67
67
-*Application Environment Variables (E(X))* - this implies that both Node-RED instances will have the same username and password.
0 commit comments