diff --git a/README.md b/README.md index 4020f3f..de76f86 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,9 @@ Flow-based programming for the Internet of Things ## Disclaimers / important information YunoHost's permissions system allows you to select which users can have access to Node-RED: -* The `main` permission protects - * `/path`, to access to the dashboard ; - * all `/path/` 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` +* `main` permission protects `./`, to access the dashboard and HTTP endpoints ; +By default it is accessible to visitors, since it is meant to be used for API-like endpoints ; +* `admin` permission protects `./admin`. Upon installation, the selected admin will have sole access to it. ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index ff849c3..4b721db 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,11 +23,10 @@ Programmation par flux de données pour l'Internet des objets ## 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. -* La permission `main` protège - * `/chemin`, pour accéder au tableau de bord ; - * toutes les routes `/path/` 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` +Le système de permissions de YunoHost permet de paramétrer les accès à Node-RED : +* la permission `main` protège `./`, chemin d'accès au tableau de bord et les *nodes* HTTP. +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 ; +* la permission `admin` protège `./admin`. L'administrateur sélectionné à l'installation y aura accès. ## Documentations et ressources