diff --git a/README.md b/README.md index a82a6a5..33722bb 100644 --- a/README.md +++ b/README.md @@ -1,60 +1,58 @@ + + +--- + + + # 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) ![](https://ci-apps.yunohost.org/ci/badges/nodered.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/nodered.maintain.svg) [![Install nodered 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)* -> *This package allow you to install Node-RED quickly and simply on a YunoHost server. -If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* +> *This package allows you to install nodered quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -Flow-based programming for the Internet of Things. -**Shipped version:** 1.3.4 +Flow-based programming for the Internet of Things + +**Shipped version:** 1.3.5 + + + ## Screenshots -![](https://camo.githubusercontent.com/01ed64b01d73046a485ea82b645a3be529c64809/687474703a2f2f6e6f64657265642e6f72672f696d616765732f6e6f64652d7265642d73637265656e73686f742e706e67) -## Demo + ![](./doc/screenshots/screenshot.jpg) -* [Official video](https://youtu.be/vYreeoCoQPI) -## Configuration -Start and stop the service via the admin panel or via SSH. -Add plugins to Node-RED, like [Home-Assistant](https://github.com/YunoHost-Apps/homeassistant_ynh), through its web interface (Palette menu). -## Documentation +## Disclaimers / important information -* Official documentation: https://nodered.org/docs/ - -## YunoHost specific features - -#### Multi-users support - -* Are LDAP and HTTP auth supported? **No** -* Can the app be used by multiple users? **Yes, the editor is shared by all authorized users** +* YunoHost's permissions system enables to select which users can have access to Node-RED. Upon installation, the selected administrator is the sole user to have access. * A `ui` permission is available in case you install the `node-red-dashboard` nodes. It makes the dashboard accessible to any authorized user or visitor, at `/ui` under Node-RED's address. -#### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/nodered.svg)](https://ci-apps.yunohost.org/ci/apps/nodered/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/nodered.svg)](https://ci-apps-arm.yunohost.org/ci/apps/nodered/) -## Links +## Documentation and resources - * Report a bug: https://github.com/YunoHost-Apps/nodered_ynh/issues - * App website: https://nodered.org/ - * Upstream app repository: https://github.com/node-red/node-red - * YunoHost website: https://yunohost.org/ +* 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 -## Developers info +## Developer info -Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/nodered_ynh/tree/testing). +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. ``` @@ -62,3 +60,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/test 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 diff --git a/README_fr.md b/README_fr.md index d84b0b9..2f1ee1e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,56 +1,46 @@ # Node-RED pour 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) -[![Install Node-RED with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nodered) +[![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) +[![Installer nodered 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.* +> *This package allows you to install nodered quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Vue d'ensemble -Programmation par flux de données pour l'Internet des objets. -**Version incluse :** 1.3.4 +Programmation par flux de données pour l'Internet des objets + +**Version incluse:** 1.3.5~ynh1 + + + ## Captures d'écran -![](https://camo.githubusercontent.com/01ed64b01d73046a485ea82b645a3be529c64809/687474703a2f2f6e6f64657265642e6f72672f696d616765732f6e6f64652d7265642d73637265656e73686f742e706e67) -## Démo + ![](./doc/screenshots/screenshot.jpg) -* [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 +## Avertissements / informations importantes -* Documentation officielle : https://nodered.org/docs/ - -## Caractéristiques spécifiques YunoHost - -#### Support multi-utilisateurs - -* L'authentification LDAP et HTTP est-elle prise en charge ? **Non** -* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui, l'éditeur est partagé par tous les utilisateurs autorisés** +* Le système de permissions de YunoHost permet de paramétrer les accès à Node-RED. Par défaut, seul l'administrateur sélectionné lors de l'installation y a accès. * Une permission `ui` est diponible au cas où vous installeriez les nodes de `node-red-dashboard`. Elle donne accès au tableau de bord à tout utilisateur ou visiteur autorisé, au chemin `/ui` après l'adresse spécifiée pour Node-RED. -#### Architectures compatibles -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/nodered.svg)](https://ci-apps.yunohost.org/ci/apps/nodered/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/nodered.svg)](https://ci-apps-arm.yunohost.org/ci/apps/nodered/) -## Liens +## Documentations et ressources - * 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/ +* Site official 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 ## Informations pour les développeurs @@ -59,6 +49,8 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. ``` sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug -ou +or 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 diff --git a/conf/app.src b/conf/app.src index 8503ca7..107ccdb 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.3.4/node-red-1.3.4.zip -SOURCE_SUM=11d252069c43e22c0f152bfdc23e5391d76f962572fb5fb10423f96821918f87 +SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.3.5/node-red-1.3.5.zip +SOURCE_SUM=44cda9032f1658fb23a9927fe37f518b778433a3091b7dc5d78cda9250234720 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/doc/.gitkeep b/doc/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..5b17396 --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,2 @@ +* YunoHost's permissions system enables to select which users can have access to Node-RED. Upon installation, the selected administrator is the sole user to have access. +* A `ui` permission is available in case you install the `node-red-dashboard` nodes. It makes the dashboard accessible to any authorized user or visitor, at `/ui` under Node-RED's address. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..7391c45 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,2 @@ +* Le système de permissions de YunoHost permet de paramétrer les accès à Node-RED. Par défaut, seul l'administrateur sélectionné lors de l'installation y a accès. +* Une permission `ui` est diponible au cas où vous installeriez les nodes de `node-red-dashboard`. Elle donne accès au tableau de bord à tout utilisateur ou visiteur autorisé, au chemin `/ui` après l'adresse spécifiée pour Node-RED. diff --git a/doc/screenshots/.gitkeep b/doc/screenshots/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/doc/screenshots/screenshot.jpg b/doc/screenshots/screenshot.jpg new file mode 100644 index 0000000..e9fcb3e Binary files /dev/null and b/doc/screenshots/screenshot.jpg differ diff --git a/manifest.json b/manifest.json index 43f6963..ca24a64 100644 --- a/manifest.json +++ b/manifest.json @@ -6,9 +6,15 @@ "en": "Flow-based programming for the Internet of Things", "fr": "Programmation par flux de données pour l'Internet des objets" }, - "version": "1.3.4~ynh1", + "version": "1.3.5~ynh1", "url": "https://nodered.org", - "license": "Apache-2.0", + "upstream": { + "license": "Apache-2.0", + "website": "https://nodered.org", + "userdoc": "https://nodered.org/docs/", + "code": "https://github.com/node-red/node-red" + }, + "license": "MIT", "maintainer": { "name": "tituspijean", "email": "tituspijean@outlook.com"