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
b9ba17aa12
commit
671555d3ce
2 changed files with 12 additions and 9 deletions
10
README.md
10
README.md
|
@ -21,7 +21,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Flow-based programming for the Internet of Things
|
Flow-based programming for the Internet of Things
|
||||||
|
|
||||||
**Shipped version:** 1.3.5~ynh1
|
**Shipped version:** 1.3.5~ynh2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,9 +36,11 @@ Flow-based programming for the Internet of Things
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
* YunoHost's permissions system enables to select which users can have access to Node-RED. Upon installation, the selected administrator is the sole user to have access.
|
YunoHost's permissions system allows you to select which users can have access to Node-RED:
|
||||||
* A `ui` permission is available in case you install the `node-red-dashboard` nodes. It makes the dashboard accessible to any authorized user or visitor, at `/ui` under Node-RED's address.
|
* The `main` permission protects
|
||||||
* A `nodes` permission is available in case you need to use the HTTP nodes. By default, visitors have access to these endpoints at `/red-nodes/...` under Node-RED's address.
|
* `/path`, to access to the dashboard ;
|
||||||
|
* all `/path/<node>` endpoints defined in the HTTP nodes (with the exception of `/path/admin`).
|
||||||
|
* Upon installation, the selected administrator will have the `admin` permission and access to the editor at `/path/admin`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
11
README_fr.md
11
README_fr.md
|
@ -13,7 +13,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Programmation par flux de données pour l'Internet des objets
|
Programmation par flux de données pour l'Internet des objets
|
||||||
|
|
||||||
**Version incluse:** 1.3.5~ynh1
|
**Version incluse:** 1.3.5~ynh2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -28,10 +28,11 @@ 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. Par défaut, seul l'administrateur sélectionné lors de l'installation y a accès.
|
||||||
* Une permission `ui` est diponible au cas où vous installeriez les nodes de `node-red-dashboard`. Elle donne accès au tableau de bord à tout utilisateur ou visiteur autorisé, au chemin `/ui` après l'adresse spécifiée pour Node-RED.
|
* La permission `main` protège
|
||||||
* Une permission `nodes` est disponible au cas où vous utiliseriez les nodes HTTP. Par défaut, les visiteurs auront accès à ces nodes, au chemin `/red-nodes/...` après l'adresse spécifiée pour Node-RED.
|
* `/chemin`, pour accéder au tableau de bord ;
|
||||||
|
* toutes les routes `/path/<node>` définis par les *nodes* HTTP (à l'exception de `/chemin/admin`).
|
||||||
|
* L'utilisateur choisi comme admin à l'installation aura la permission `admin` et aura accès à l'éditeur à l'adresse `/chemin/admin`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue