1
0
Fork 0
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:
yunohost-bot 2023-03-20 13:02:41 +00:00
parent 25d5c11a43
commit 6c2a0ab940
2 changed files with 13 additions and 13 deletions

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Node-RED for YunoHost # Node-RED for YunoHost
[![Integration level](https://dash.yunohost.org/integration/nodered.svg)](https://dash.yunohost.org/appci/app/nodered) ![Working status](https://ci-apps.yunohost.org/ci/badges/nodered.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/nodered.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/nodered.svg)](https://dash.yunohost.org/appci/app/nodered) ![Working status](https://ci-apps.yunohost.org/ci/badges/nodered.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/nodered.maintain.svg)
[![Install Node-RED with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nodered) [![Install Node-RED with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nodered)
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
@ -48,7 +49,6 @@ You can check the default settings Yunohost generates at `/opt/yunohost/nodered/
**Shipped version:** 3.0.2~ynh2 **Shipped version:** 3.0.2~ynh2
## Screenshots ## Screenshots
![Screenshot of Node-RED](./doc/screenshots/screenshot.jpg) ![Screenshot of Node-RED](./doc/screenshots/screenshot.jpg)

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# Node-RED pour YunoHost # Node-RED pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/nodered.svg)](https://dash.yunohost.org/appci/app/nodered) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/nodered.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/nodered.maintain.svg) [![Niveau dintégration](https://dash.yunohost.org/integration/nodered.svg)](https://dash.yunohost.org/appci/app/nodered) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/nodered.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/nodered.maintain.svg)
[![Installer Node-RED avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nodered) [![Installer Node-RED avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nodered)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Node-RED rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet dinstaller 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.* Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble ## Vue densemble
Node-RED est un outil de programmation pour connecter des appareils, API, et des services en ligne en de nouvelles et intéressantes façons. Node-RED est un outil de programmation pour connecter des appareils, API, et des services en ligne en de nouvelles et intéressantes façons.
@ -49,12 +50,11 @@ 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 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~ynh2 **Version incluse :** 3.0.2~ynh2
## Captures décran
## Captures d'écran ![Capture décran de Node-RED](./doc/screenshots/screenshot.jpg)
![Capture d'écran de Node-RED](./doc/screenshots/screenshot.jpg)
## Avertissements / informations importantes ## Avertissements / informations importantes
@ -67,9 +67,9 @@ Si vous avez mis à jour Node-RED au-delà de la version 2, vérifiez que ces pe
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : <https://nodered.org> * Site officiel de lapp : <https://nodered.org>
* Documentation officielle utilisateur : <https://nodered.org/docs/> * Documentation officielle utilisateur : <https://nodered.org/docs/>
* Dépôt de code officiel de l'app : <https://github.com/node-red/node-red> * Dépôt de code officiel de lapp : <https://github.com/node-red/node-red>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_nodered> * Documentation YunoHost pour cette app : <https://yunohost.org/app_nodered>
* Signaler un bug : <https://github.com/YunoHost-Apps/nodered_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/nodered_ynh/issues>
@ -85,4 +85,4 @@ ou
sudo yunohost app upgrade nodered -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug sudo yunohost app upgrade nodered -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
``` ```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps> **Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>