From 74664abd2008df5665e178218ed8cbbd882e123c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 24 Jul 2022 15:05:30 +0000 Subject: [PATCH] Auto-update README --- README.md | 23 +++++++++++------------ README_fr.md | 29 ++++++++++++++++------------- 2 files changed, 27 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index fb0a946..bddb002 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Node-RED for YunoHost -[![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) +[![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) *[Lire ce readme en français.](./README_fr.md)* @@ -46,13 +46,11 @@ 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:** 2.2.2~ynh1 - - +**Shipped version:** 3.0.1~ynh1 ## Screenshots -![](./doc/screenshots/screenshot.jpg) +![Screenshot of Node-RED](./doc/screenshots/screenshot.jpg) ## Disclaimers / important information @@ -65,21 +63,22 @@ If you have upgraded Node-RED beyond v2, check that these permissions suit you i ## Documentation and resources -* Official app website: https://nodered.org -* Official user documentation: https://nodered.org/docs/ -* Upstream app code repository: https://github.com/node-red/node-red -* YunoHost documentation for this app: https://yunohost.org/app_nodered -* Report a bug: https://github.com/YunoHost-Apps/nodered_ynh/issues +* Official app website: +* Official user documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/nodered_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug or sudo yunohost app upgrade nodered -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 36c94e6..d0be936 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # Node-RED pour YunoHost -[![Niveau d'intégration](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) +[![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) [![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)* -*[Lire ce readme en français.](./README_fr.md)* > *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.* @@ -45,13 +49,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 -**Version incluse :** 2.2.2~ynh1 - - +**Version incluse :** 3.0.1~ynh1 ## Captures d'écran -![](./doc/screenshots/screenshot.jpg) +![Capture d'écran de Node-RED](./doc/screenshots/screenshot.jpg) ## Avertissements / informations importantes @@ -64,21 +66,22 @@ Si vous avez mis à jour Node-RED au-delà de la version 2, vérifiez que ces pe ## Documentations et ressources -* Site officiel de l'app : https://nodered.org -* Documentation officielle utilisateur : https://nodered.org/docs/ -* Dépôt de code officiel de l'app : https://github.com/node-red/node-red -* Documentation YunoHost pour cette app : https://yunohost.org/app_nodered -* Signaler un bug : https://github.com/YunoHost-Apps/nodered_ynh/issues +* Site officiel de l'app : +* Documentation officielle utilisateur : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/nodered_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug ou 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 \ No newline at end of file +**Plus d'infos sur le packaging d'applications :**