mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Merge pull request #77 from YunoHost-Apps/testing
This commit is contained in:
commit
c58cb10289
5 changed files with 22 additions and 30 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch the source code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Run the updater script
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Create Pull Request
|
||||
id: cpr
|
||||
if: ${{ env.PROCEED == 'true' }}
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: Update to version ${{ env.VERSION }}
|
||||
|
|
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
|||
# Node-RED for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/nodered.svg)](https://dash.yunohost.org/appci/app/nodered) ![Working status](https://ci-apps.yunohost.org/ci/badges/nodered.status.svg) ![Maintenance status](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)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -46,8 +47,7 @@ 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:** 3.0.2~ynh2
|
||||
|
||||
**Shipped version:** 3.0.2~ynh3
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
22
README_fr.md
22
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Node-RED pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/nodered.svg)](https://dash.yunohost.org/appci/app/nodered) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/nodered.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/nodered.maintain.svg)
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/nodered.svg)](https://dash.yunohost.org/appci/app/nodered) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/nodered.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/nodered.maintain.svg)
|
||||
|
||||
[![Installer Node-RED 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)*
|
||||
|
||||
> *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.*
|
||||
> *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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
Node-RED est un outil de programmation pour connecter des appareils, API, et des services en ligne en de nouvelles et intéressantes façons.
|
||||
|
||||
|
@ -49,12 +50,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 :** 3.0.2~ynh2
|
||||
**Version incluse :** 3.0.2~ynh3
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
![Capture d'écran de Node-RED](./doc/screenshots/screenshot.jpg)
|
||||
![Capture d’écran de Node-RED](./doc/screenshots/screenshot.jpg)
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -67,9 +67,9 @@ 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>
|
||||
* 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>
|
||||
* 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>
|
||||
|
||||
|
@ -85,4 +85,4 @@ 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>
|
|
@ -12,9 +12,7 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=453b13703bb418a7da33ed4f3e96a486b365d865
|
||||
upgrade=1 from_commit=2b01dad6ce2214a07f8b5dd63ee040c34268204c
|
||||
upgrade=1 from_commit=f4f523df373b93050ef98213241373e1e28d9696
|
||||
upgrade=1 from_commit=3dae97a7ca966f2e4b8ac7b976d7b3e67a2c249f
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
change_url=1
|
||||
|
@ -22,12 +20,6 @@
|
|||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=453b13703bb418a7da33ed4f3e96a486b365d865
|
||||
name=v1.2.9 2021-02-20
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&
|
||||
; commit=2b01dad6ce2214a07f8b5dd63ee040c34268204c
|
||||
name=v1.3.4 2021-04-29
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&
|
||||
; commit=f4f523df373b93050ef98213241373e1e28d9696
|
||||
name=v2.1.4 2021-12-03
|
||||
; commit=3dae97a7ca966f2e4b8ac7b976d7b3e67a2c249f
|
||||
name=3.0.2~ynh2
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&
|
||||
|
|
|
@ -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": "3.0.2~ynh2",
|
||||
"version": "3.0.2~ynh3",
|
||||
"url": "https://nodered.org",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
@ -15,13 +15,13 @@
|
|||
"code": "https://github.com/node-red/node-red",
|
||||
"cpe": "cpe:2.3:a:nodered:node-red-dashboard"
|
||||
},
|
||||
"license": "MIT",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
"name": "tituspijean",
|
||||
"email": "tituspijean@outlook.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.1.15"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Reference in a new issue