1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00
nodered_ynh/README_fr.md

68 lines
2.7 KiB
Markdown
Raw Normal View History

2019-05-29 00:20:58 +02:00
# Node-RED pour YunoHost
2020-08-29 14:40:15 +02:00
[![Integration level](https://dash.yunohost.org/integration/nodered.svg)](https://dash.yunohost.org/appci/app/nodered) ![](https://ci-apps.yunohost.org/ci/badges/nodered.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/nodered.maintain.svg)
2019-05-29 00:20:58 +02:00
[![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
2020-09-01 23:06:53 +02:00
> *Ce package vous permet d'installer Node-RED rapidement et simplement sur un serveur YunoHost.
2019-05-29 00:20:58 +02:00
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-08-29 15:56:43 +02:00
**Version incluse :** 1.1.3
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
2020-08-29 22:41:57 +02:00
* Documentation officielle : https://nodered.org/docs/
2019-05-29 00:20:58 +02:00
## 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
2020-08-29 14:40:15 +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
2020-08-29 14:40:15 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/nodered%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/nodered/)
2019-05-29 00:20:58 +02:00
* 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
2020-08-29 14:40:15 +02:00
* Signaler un bug : https://github.com/YunoHost-Apps/nodered_ynh/issues
* 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/
2019-05-29 00:20:58 +02:00
---
2020-08-29 14:40:15 +02:00
## Informations pour les développeurs
2019-05-29 00:20:58 +02:00
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
2020-08-29 14:40:15 +02:00
sudo yunohost app upgrade nodered -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
2019-05-29 00:20:58 +02:00
```