mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
upgrade to v.1.1.3
This commit is contained in:
parent
3402666761
commit
0eb243d8ed
4 changed files with 20 additions and 24 deletions
12
README.md
12
README.md
|
@ -1,6 +1,6 @@
|
|||
# Node-RED for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration\nodered.svg)](https://dash.yunohost.org/appci/app/nodered)
|
||||
[![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.png)](https://install-app.yunohost.org/?app=nodered)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
## Overview
|
||||
Flow-based programming for the Internet of Things.
|
||||
|
||||
**Shipped version:** 1.0.4
|
||||
**Shipped version:** 1.1.3
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -38,8 +38,8 @@ Since Node-Red can handle sensitive automation, the app is always installed in p
|
|||
|
||||
#### Multi-users support
|
||||
|
||||
Are LDAP and HTTP auth supported? No.
|
||||
Can the app be used by multiple users? No.
|
||||
Are LDAP and HTTP auth supported? **No**
|
||||
Can the app be used by multiple users? **No**
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
|
@ -55,10 +55,8 @@ Can the app be used by multiple users? No.
|
|||
|
||||
---
|
||||
|
||||
Developers info
|
||||
----------------
|
||||
## Developers info
|
||||
|
||||
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
||||
Please do 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.
|
||||
|
|
26
README_fr.md
26
README_fr.md
|
@ -1,17 +1,17 @@
|
|||
# Node-RED pour YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/nodered.svg)](https://dash.yunohost.org/appci/app/nodered)
|
||||
[![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.png)](https://install-app.yunohost.org/?app=nodered)
|
||||
|
||||
*[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 d'installer Node-RED rapidement et simplement sur un serveur YunHost.
|
||||
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.
|
||||
|
||||
**Version incluse:** 1.0.4
|
||||
**Version incluse:** 1.1.3
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
@ -38,32 +38,30 @@ Puisque les automatisations gérées par Node-Red peuvent être sensibles, l'app
|
|||
|
||||
#### Support multi-utilisateurs
|
||||
|
||||
* L'authentification LDAP et HTTP est-elle prise en charge? Non.
|
||||
* L'application peut-elle être utilisée par plusieurs utilisateurs? Non.
|
||||
* L'authentification LDAP et HTTP est-elle prise en charge ? **Non**
|
||||
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Non**
|
||||
|
||||
#### 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/)
|
||||
* x86-64 - [![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
|
||||
|
||||
* 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/
|
||||
* 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/
|
||||
|
||||
---
|
||||
|
||||
Informations pour les développeurs
|
||||
----------------
|
||||
## 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.**
|
||||
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.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade nodered_ynh -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
|
||||
```
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.0.4/node-red-1.0.4.zip
|
||||
SOURCE_SUM=AF24A94931FBD356E175F32FE799FB105424CFADC0DAEB687EC048BBDCA06060
|
||||
SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.1.3/node-red-1.1.3.zip
|
||||
SOURCE_SUM=f57687b3396936fb6ef5a69a132a7f11caa4841ef7494329e14a0471617d998e
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Flow-based programming for the Internet of Things.",
|
||||
"fr": "Programmation par flux de données pour l'Internet des objets."
|
||||
},
|
||||
"version": "1.0.4~ynh1",
|
||||
"version": "1.1.3~ynh1",
|
||||
"url": "https://nodered.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue