2021-05-24 15:26:59 +02:00
|
|
|
YunoHost's permissions system allows you to select which users can have access to Node-RED:
|
2021-09-18 18:03:40 +02:00
|
|
|
* `main` permission protects `/admin`, the flows editor. The administrator is chosen during installation ;
|
|
|
|
* `ui` permission protects `/ui`, the dashboard allowing visual interface for the flows. Public access is chosen during installation ;
|
|
|
|
* `endpoints` permission protects `/`, for API-like endpoints. By default, it is world-accessible.
|
2021-09-25 11:38:19 +02:00
|
|
|
|
|
|
|
If you have upgraded Node-RED beyond v2, check that these permissions suit you in your YunoHost admin panel.
|