mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Auto-update README
This commit is contained in:
parent
2ae0546d1b
commit
e3ec4255ca
2 changed files with 7 additions and 9 deletions
|
@ -28,10 +28,9 @@ Flow-based programming for the Internet of Things
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
YunoHost's permissions system allows you to select which users can have access to Node-RED:
|
YunoHost's permissions system allows you to select which users can have access to Node-RED:
|
||||||
* The `main` permission protects
|
* `main` permission protects `./`, to access the dashboard and HTTP endpoints ;
|
||||||
* `/path`, to access to the dashboard ;
|
By default it is accessible to visitors, since it is meant to be used for API-like endpoints ;
|
||||||
* all `/path/<node>` endpoints defined in the HTTP nodes (with the exception of `/path/admin`).
|
* `admin` permission protects `./admin`. Upon installation, the selected admin will have sole access to it.
|
||||||
* Upon installation, the selected administrator will have the `admin` permission and access to the editor at `/path/admin`
|
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
|
|
|
@ -23,11 +23,10 @@ Programmation par flux de données pour l'Internet des objets
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
Le système de permissions de YunoHost permet de paramétrer les accès à Node-RED. Par défaut, seul l'administrateur sélectionné lors de l'installation y a accès.
|
Le système de permissions de YunoHost permet de paramétrer les accès à Node-RED :
|
||||||
* La permission `main` protège
|
* la permission `main` protège `./`, chemin d'accès au tableau de bord et les *nodes* HTTP.
|
||||||
* `/chemin`, pour accéder au tableau de bord ;
|
Par défault, elle est accessible aux visiteurs et sa tuile est cachée, puisqu'elle est utilisée comme un point d'entrée de type API ;
|
||||||
* toutes les routes `/path/<node>` définis par les *nodes* HTTP (à l'exception de `/chemin/admin`).
|
* la permission `admin` protège `./admin`. L'administrateur sélectionné à l'installation y aura accès.
|
||||||
* L'utilisateur choisi comme admin à l'installation aura la permission `admin` et aura accès à l'éditeur à l'adresse `/chemin/admin`
|
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue