2019-05-29 00:20:58 +02:00
# Node-RED pour YunoHost
[![Integration level ](https://dash.yunohost.org/integration/nodered.svg )](https://dash.yunohost.org/appci/app/nodered)
[![Install Node-RED with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=nodered)
2019-10-13 18:49:40 +02:00
*[Read this readme in english.](./README.md)*
2019-05-29 00:20:58 +02:00
> *Ce package vous permet d'installer Node-RED rapidement et simplement sur un serveur Yunohost.
Si vous n'avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
Programmation par flux de données pour l'Internet des objets.
2020-03-28 11:04:52 +01:00
**Version incluse:** 1.0.4
2019-05-29 00:20:58 +02:00
## Captures d'écran
![](https://camo.githubusercontent.com/01ed64b01d73046a485ea82b645a3be529c64809/687474703a2f2f6e6f64657265642e6f72672f696d616765732f6e6f64652d7265642d73637265656e73686f742e706e67)
## Démo
* [Vidéo officielle ](https://youtu.be/vYreeoCoQPI )
## Configuration
Lancer ou arrêter son service via le panneau d'administration ou via SSH.
La configuration, et l'installation de plugins tels que pour [Home-Assistant ](https://github.com/YunoHost-Apps/homeassistant_ynh ) se font dans l'interface web.
## Documentation
* [Documentation officielle ](https://nodered.org/docs/ )
## Caractéristiques spécifiques YunoHost
2019-10-13 18:49:40 +02:00
#### Application privée
Puisque les automatisations gérées par Node-Red peuvent être sensibles, l'application est systématiquement installée en mode privé.
2019-05-29 00:20:58 +02:00
#### Support multi-utilisateurs
2019-10-13 18:49:40 +02:00
* L'authentification LDAP et HTTP est-elle prise en charge? Non.
* L'application peut-elle être utilisée par plusieurs utilisateurs? Non.
2019-05-29 00:20:58 +02:00
#### Supported architectures
* x86-64b - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/nodered%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/nodered/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/nodered%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/nodered/)
## Liens
2019-05-29 00:37:43 +02:00
* Signaler un bug: https://github.com/YunoHost-Apps/nodered_ynh/issues
2019-05-29 00:20:58 +02:00
* Site de l'application: https://nodered.org/
* Dépôt de l'application principale: https://github.com/node-red/node-red
* Site web YunoHost: https://yunohost.org/
---
Informations pour les développeurs
----------------
**Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.**
2019-05-29 00:37:43 +02:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/nodered_ynh/tree/testing ).
2019-05-29 00:20:58 +02:00
Pour essayer la branche testing, procédez comme suit.
```
2019-05-29 00:37:43 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
2019-05-29 00:20:58 +02:00
ou
2019-05-29 00:37:43 +02:00
sudo yunohost app upgrade nodered_ynh -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
2019-05-29 00:20:58 +02:00
```