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
|
# Node-RED for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/nodered)
|
[](https://dash.yunohost.org/appci/app/nodered)  
|
||||||
[](https://install-app.yunohost.org/?app=nodered)
|
[](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)*
|
||||||
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
||||||
## Overview
|
## Overview
|
||||||
Flow-based programming for the Internet of Things.
|
Flow-based programming for the Internet of Things.
|
||||||
|
|
||||||
**Shipped version:** 1.0.4
|
**Shipped version:** 1.1.3
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@ Since Node-Red can handle sensitive automation, the app is always installed in p
|
||||||
|
|
||||||
#### Multi-users support
|
#### Multi-users support
|
||||||
|
|
||||||
Are LDAP and HTTP auth supported? No.
|
Are LDAP and HTTP auth supported? **No**
|
||||||
Can the app be used by multiple users? No.
|
Can the app be used by multiple users? **No**
|
||||||
|
|
||||||
#### Supported architectures
|
#### 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).
|
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.
|
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
|
# Node-RED pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/nodered)
|
[](https://dash.yunohost.org/appci/app/nodered)  
|
||||||
[](https://install-app.yunohost.org/?app=nodered)
|
[](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 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.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
Programmation par flux de données pour l'Internet des objets.
|
Programmation par flux de données pour l'Internet des objets.
|
||||||
|
|
||||||
**Version incluse:** 1.0.4
|
**Version incluse:** 1.1.3
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
|
@ -38,32 +38,30 @@ Puisque les automatisations gérées par Node-Red peuvent être sensibles, l'app
|
||||||
|
|
||||||
#### Support multi-utilisateurs
|
#### Support multi-utilisateurs
|
||||||
|
|
||||||
* L'authentification LDAP et HTTP est-elle prise en charge? Non.
|
* L'authentification LDAP et HTTP est-elle prise en charge ? **Non**
|
||||||
* L'application peut-elle être utilisée par plusieurs utilisateurs? Non.
|
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Non**
|
||||||
|
|
||||||
#### Supported architectures
|
#### Supported architectures
|
||||||
|
|
||||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/nodered/)
|
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/nodered/)
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/nodered/)
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/nodered/)
|
||||||
|
|
||||||
## Liens
|
## Liens
|
||||||
|
|
||||||
* Signaler un bug: https://github.com/YunoHost-Apps/nodered_ynh/issues
|
* Signaler un bug : https://github.com/YunoHost-Apps/nodered_ynh/issues
|
||||||
* Site de l'application: https://nodered.org/
|
* Site de l'application : https://nodered.org/
|
||||||
* Dépôt de l'application principale: https://github.com/node-red/node-red
|
* Dépôt de l'application principale : https://github.com/node-red/node-red
|
||||||
* Site web YunoHost: https://yunohost.org/
|
* 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).
|
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.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
|
||||||
ou
|
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_URL=https://github.com/node-red/node-red/releases/download/1.1.3/node-red-1.1.3.zip
|
||||||
SOURCE_SUM=AF24A94931FBD356E175F32FE799FB105424CFADC0DAEB687EC048BBDCA06060
|
SOURCE_SUM=f57687b3396936fb6ef5a69a132a7f11caa4841ef7494329e14a0471617d998e
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Flow-based programming for the Internet of Things.",
|
"en": "Flow-based programming for the Internet of Things.",
|
||||||
"fr": "Programmation par flux de données pour l'Internet des objets."
|
"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",
|
"url": "https://nodered.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue