mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
6 lines
577 B
Markdown
6 lines
577 B
Markdown
YunoHost's permissions system allows you to select which users can have access to Node-RED:
|
|
* `main` permission protects `/`, for API-like endpoints defined in HTTP nodes. Public access is chosen during installation.
|
|
* `admin` permission protects `/admin`, the flows editor. Admins group is suggested for access during installation.
|
|
* `ui` permission protects `/ui`, the Dashboard allowing visual interface for the flows. Public access is chosen during installation.
|
|
|
|
If you have upgraded Node-RED beyond v2, check that these permissions suit you in your YunoHost admin panel.
|