mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Merge pull request #69 from YunoHost-Apps/ci-auto-update-v3.0.1
Upgrade to version 3.0.1
This commit is contained in:
commit
93bb3da294
4 changed files with 30 additions and 28 deletions
23
README.md
23
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# 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)
|
||||
|
||||
*[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
|
||||
|
||||

|
||||

|
||||
|
||||
## 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: <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>
|
||||
|
||||
## 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
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
29
README_fr.md
29
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# 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)
|
||||
|
||||
*[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
|
||||
|
||||

|
||||

|
||||
|
||||
## 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 : <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
|
||||
|
||||
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
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.2.2/node-red-2.2.2.zip
|
||||
SOURCE_SUM=22be0fa68ed1e4bac24aed89d943c67e8d8fb5a20bcd94ee6a304224b8ebe9bd
|
||||
SOURCE_URL=https://github.com/node-red/node-red/releases/download/3.0.1/node-red-3.0.1.zip
|
||||
SOURCE_SUM=aaedd7af68126f195b37279bbc229dcd3f2c0a6d41e794ecf223567c92c71e9d
|
||||
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": "2.2.2~ynh1",
|
||||
"version": "3.0.1~ynh1",
|
||||
"url": "https://nodered.org",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue