mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Upgrade to v1.3.5
This commit is contained in:
parent
71da7dae22
commit
f87a720de8
9 changed files with 68 additions and 66 deletions
62
README.md
62
README.md
|
@ -1,60 +1,58 @@
|
|||
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
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 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)*
|
||||
|
||||
> *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
|
||||
|
||||

|
||||
|
||||
## Demo
|
||||

|
||||
|
||||
* [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 - [](https://ci-apps.yunohost.org/ci/apps/nodered/)
|
||||
* ARMv8-A - [](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
|
54
README_fr.md
54
README_fr.md
|
@ -1,56 +1,46 @@
|
|||
# Node-RED pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/nodered)  
|
||||
[](https://install-app.yunohost.org/?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.*
|
||||
> *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
|
||||
|
||||

|
||||
|
||||
## Démo
|
||||

|
||||
|
||||
* [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 - [](https://ci-apps.yunohost.org/ci/apps/nodered/)
|
||||
* ARMv8-A - [](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
|
|
@ -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
|
||||
|
|
0
doc/.gitkeep
Normal file
0
doc/.gitkeep
Normal file
2
doc/DISCLAIMER.md
Normal file
2
doc/DISCLAIMER.md
Normal file
|
@ -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.
|
2
doc/DISCLAIMER_fr.md
Normal file
2
doc/DISCLAIMER_fr.md
Normal file
|
@ -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.
|
0
doc/screenshots/.gitkeep
Normal file
0
doc/screenshots/.gitkeep
Normal file
BIN
doc/screenshots/screenshot.jpg
Normal file
BIN
doc/screenshots/screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 169 KiB |
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue