From cf841a884f96761389c8c75ff36d9568e47d8b4c Mon Sep 17 00:00:00 2001 From: McFlyPartages <44530252+McFlyPartages@users.noreply.github.com> Date: Fri, 4 Feb 2022 18:37:03 +0100 Subject: [PATCH 1/9] Add true path of nodered instance --- doc/DESCRIPTION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index b1a897a..85ca980 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -11,7 +11,7 @@ It provides a browser-based editor that makes it easy to wire together flows usi ### Override the default settings -From the installation directory, go edit the `data/settings.user.js`. For example: +From the installation directory, go edit the `/opt/yunohost/nodered/data/settings.user.js`. For example: ```js module.exports = (defaultSettings) => ({ @@ -26,4 +26,4 @@ logging: { // replace the default logging option ...defaultSettings.logging, // }); ``` -You can check the default settings Yunohost generates at `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 `/opt/yunohost/nodered/data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration From 9c2c3cac369a98fd5e1cc966e71317f169e3cb99 Mon Sep 17 00:00:00 2001 From: McFlyPartages <44530252+McFlyPartages@users.noreply.github.com> Date: Fri, 4 Feb 2022 18:38:08 +0100 Subject: [PATCH 2/9] Add true path of NodeRed Instance --- doc/DESCRIPTION_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 1a00e72..2811a40 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -12,7 +12,7 @@ Il propose un éditeur accessible dans le navigateur, qui facilite l'ébauche de ### Surcharger la configuration par défaut -Depuis le répertoire d'installation, éditer le fichier `data/settings.user.js`. Par exemple +Depuis le répertoire d'installation, éditer le fichier `/opt/yunohost/nodered/data/settings.user.js`. Par exemple ```js module.exports = (defaultSettings) => ({ @@ -29,4 +29,4 @@ module.exports = (defaultSettings) => ({ }); ``` -Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `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 `/opt/yunohost/nodered/data/settings.js` et trouver la documentation pour configurer Node-RED ici: https://nodered.org/docs/user-guide/runtime/configuration From fe98c19ed8405de8741f743c34af00adde743571 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 4 Feb 2022 17:48:39 +0000 Subject: [PATCH 3/9] Auto-update README --- README_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_fr.md b/README_fr.md index faf76b1..ee4cd6a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Il propose un éditeur accessible dans le navigateur, qui facilite l'ébauche de ### Surcharger la configuration par défaut -Depuis le répertoire d'installation, éditer le fichier `data/settings.user.js`. Par exemple +Depuis le répertoire d'installation, éditer le fichier `/opt/yunohost/nodered/data/settings.user.js`. Par exemple ```js module.exports = (defaultSettings) => ({ @@ -42,7 +42,7 @@ module.exports = (defaultSettings) => ({ }); ``` -Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `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 `/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.0~ynh1 From 7e884f5ed4331c4605754e42f0ec249f60b645bc Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 4 Feb 2022 17:48:52 +0000 Subject: [PATCH 4/9] Auto-update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5218f7..8a4eebb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ It provides a browser-based editor that makes it easy to wire together flows usi ### Override the default settings -From the installation directory, go edit the `data/settings.user.js`. For example: +From the installation directory, go edit the `/opt/yunohost/nodered/data/settings.user.js`. For example: ```js module.exports = (defaultSettings) => ({ @@ -43,7 +43,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // }); ``` -You can check the default settings Yunohost generates at `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 `/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.0~ynh1 From 5371e59d3a8171f05b96738cf8305afea4f69575 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 16 Feb 2022 06:09:12 +0000 Subject: [PATCH 5/9] Upgrade to v2.2.1 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index f22d9b1..3756de0 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.2.0/node-red-2.2.0.zip -SOURCE_SUM=2dc96a2506b032dd3caf6452e384f2017d48061f05ddc50f731e2f856b27bfbb +SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.2.1/node-red-2.2.1.zip +SOURCE_SUM=97a24360e997eaebe8f186e743756b2e2a7e2cebb43721090eadbd55299f70e7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 6daaf72..c53c7c6 100644 --- a/manifest.json +++ b/manifest.json @@ -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.0~ynh1", + "version": "2.2.1~ynh1", "url": "https://nodered.org", "upstream": { "license": "Apache-2.0", From 8d1858a12f11112730da1f6f33fcab092f959e83 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 16 Feb 2022 06:09:17 +0000 Subject: [PATCH 6/9] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a4eebb..540b991 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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:** 2.2.0~ynh1 +**Shipped version:** 2.2.1~ynh1 diff --git a/README_fr.md b/README_fr.md index ee4cd6a..081749c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -45,7 +45,7 @@ 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.0~ynh1 +**Version incluse :** 2.2.1~ynh1 From 4d96f18d6ce3951388547d4c491f1a7972810cae Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 16 Feb 2022 11:12:33 +0100 Subject: [PATCH 7/9] Allow AF_NETLINK (fixes #63) AF_NETLINK is required for palettes which need to call `os.networkInterfaces()` in nodejs --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 4ec774b..e0b498e 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -19,7 +19,7 @@ StandardError=inherit NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed From bc02908f88f8156033b3100ef58d91c0d333fd52 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 19 Feb 2022 10:50:00 +0000 Subject: [PATCH 8/9] Upgrade to v2.2.2 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 3756de0..eccb3cd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.2.1/node-red-2.2.1.zip -SOURCE_SUM=97a24360e997eaebe8f186e743756b2e2a7e2cebb43721090eadbd55299f70e7 +SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.2.2/node-red-2.2.2.zip +SOURCE_SUM=22be0fa68ed1e4bac24aed89d943c67e8d8fb5a20bcd94ee6a304224b8ebe9bd SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c53c7c6..7f6e34f 100644 --- a/manifest.json +++ b/manifest.json @@ -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.1~ynh1", + "version": "2.2.2~ynh1", "url": "https://nodered.org", "upstream": { "license": "Apache-2.0", From 55f833f569a64fbbf734961a5e99458956d3c906 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sat, 19 Feb 2022 10:50:04 +0000 Subject: [PATCH 9/9] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 540b991..fb0a946 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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:** 2.2.1~ynh1 +**Shipped version:** 2.2.2~ynh1 diff --git a/README_fr.md b/README_fr.md index 081749c..36c94e6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -45,7 +45,7 @@ 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.1~ynh1 +**Version incluse :** 2.2.2~ynh1