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
98e0962817
commit
cd38559f1c
2 changed files with 2 additions and 20 deletions
11
README.md
11
README.md
|
@ -47,21 +47,12 @@ logging: { // replace the default logging option ...defaultSettings.logging, //
|
|||
You can check the default settings Yunohost generates at `/opt/yunohost/nodered/data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration
|
||||
|
||||
|
||||
**Shipped version:** 3.0.2~ynh3
|
||||
**Shipped version:** 3.0.2~ynh4
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
YunoHost's permissions system allows you to select which users can have access to Node-RED:
|
||||
* `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. 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.
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://nodered.org>
|
||||
|
|
11
README_fr.md
11
README_fr.md
|
@ -50,21 +50,12 @@ module.exports = (defaultSettings) => ({
|
|||
Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `/opt/yunohost/nodered/data/settings.js` et trouver la documentation pour configurer Node-RED ici: https://nodered.org/docs/user-guide/runtime/configuration
|
||||
|
||||
|
||||
**Version incluse :** 3.0.2~ynh3
|
||||
**Version incluse :** 3.0.2~ynh4
|
||||
|
||||
## Captures d’écran
|
||||
|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
Le système de permissions de YunoHost permet de paramétrer les accès à Node-RED :
|
||||
* la permission `main` protège `/admin`, l'éditeur de flux. L'administrateur est sélectionné pendant l'installation ;
|
||||
* la permisison `ui` protège `/ui`, le tableau de bord permettant de donner une interface graphique aux flux. L'accès public est défini lors de l'installation ;
|
||||
* la permission `endpoints` protège `/`, pour notamment les points d'entrée de type API. L'accès public est défini lors de l'installation.
|
||||
|
||||
Si vous avez mis à jour Node-RED au-delà de la version 2, vérifiez que ces permissions vous conviennent dans votre panneau d'administration de YunoHost.
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://nodered.org>
|
||||
|
|
Loading…
Add table
Reference in a new issue