1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

Merge pull request #109 from YunoHost-Apps/ci-auto-update-4.0.2

Upgrade to v4.0.2
This commit is contained in:
eric_G 2024-07-03 11:37:49 +02:00 committed by GitHub
commit dd587c8f57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View file

@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, //
You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration> You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**Shipped version:** 4.0.1~ynh1 **Shipped version:** 4.0.2~ynh1
## Screenshots ## Screenshots

View file

@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, //
You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration> You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**Versión actual:** 4.0.1~ynh1 **Versión actual:** 4.0.2~ynh1
## Capturas ## Capturas

View file

@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, //
You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration> You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**Paketatutako bertsioa:** 4.0.1~ynh1 **Paketatutako bertsioa:** 4.0.2~ynh1
## Pantaila-argazkiak ## Pantaila-argazkiak

View file

@ -49,7 +49,7 @@ module.exports = (defaultSettings) => ({
Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `__INSTALL_DIR__/data/settings.js` et trouver la documentation pour configurer Node-RED ici: <https://nodered.org/docs/user-guide/runtime/configuration> Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `__INSTALL_DIR__/data/settings.js` et trouver la documentation pour configurer Node-RED ici: <https://nodered.org/docs/user-guide/runtime/configuration>
**Version incluse:** 4.0.1~ynh1 **Version incluse:** 4.0.2~ynh1
## Captures décran ## Captures décran

View file

@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, //
You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration> You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**Versión proporcionada:** 4.0.1~ynh1 **Versión proporcionada:** 4.0.2~ynh1
## Capturas de pantalla ## Capturas de pantalla

View file

@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, //
You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration> You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**分发版本:** 4.0.1~ynh1 **分发版本:** 4.0.2~ynh1
## 截图 ## 截图

View file

@ -7,7 +7,7 @@ name = "Node-RED"
description.en = "Flow-based programming for the Internet of Things" description.en = "Flow-based programming for the Internet of Things"
description.fr = "Programmation par flux de données pour l'Internet des objets" description.fr = "Programmation par flux de données pour l'Internet des objets"
version = "4.0.1~ynh1" version = "4.0.2~ynh1"
maintainers = ["tituspijean"] maintainers = ["tituspijean"]
@ -51,8 +51,8 @@ ram.runtime = "70M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/node-red/node-red/releases/download/4.0.1/node-red-4.0.1.zip" url = "https://github.com/node-red/node-red/releases/download/4.0.2/node-red-4.0.2.zip"
sha256 = "b6ccf026bd3d7eafabf0eb0175fdfe2e64faf956f386aa3ab5f839b23e9d812a" sha256 = "b371247db97e9c0e8d708a836b29d3f3c62942cc14924d72fc9c359037b43b56"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "node-red-.*zip" autoupdate.asset = "node-red-.*zip"