mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Merge pull request #93 from YunoHost-Apps/testing
This commit is contained in:
commit
2cab7d1ef9
3 changed files with 5 additions and 5 deletions
|
@ -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:** 3.1.5~ynh1
|
**Shipped version:** 3.1.6~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -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 :** 3.1.5~ynh1
|
**Version incluse :** 3.1.6~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -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 = "3.1.5~ynh1"
|
version = "3.1.6~ynh1"
|
||||||
|
|
||||||
maintainers = ["tituspijean"]
|
maintainers = ["tituspijean"]
|
||||||
|
|
||||||
|
@ -48,8 +48,8 @@ ram.runtime = "70M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/node-red/node-red/releases/download/3.1.5/node-red-3.1.5.zip"
|
url = "https://github.com/node-red/node-red/releases/download/3.1.6/node-red-3.1.6.zip"
|
||||||
sha256 = "fae7500b0908833f8ad9c06d81b34c513b6ebd87f18d4a8ea993d62b971b94af"
|
sha256 = "de5e120bc552093ceaf800601e0363d5429bf052e75eb9a1899bfb4d6dea4d1e"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset = "node-red-.*zip"
|
autoupdate.asset = "node-red-.*zip"
|
||||||
|
|
Loading…
Reference in a new issue