From 8edc69958c5d150103b8b83d5e21c897b19755af Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 8 Aug 2022 10:34:56 +0200 Subject: [PATCH 1/2] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0?= =?UTF-8?q?Enumeration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5e59434..3fa8b76 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,8 @@ "license": "Apache-2.0", "website": "https://nodered.org", "userdoc": "https://nodered.org/docs/", - "code": "https://github.com/node-red/node-red" + "code": "https://github.com/node-red/node-red", + "cpe": "cpe:2.3:a:nodered:node-red-dashboard" }, "license": "MIT", "maintainer": { @@ -53,4 +54,4 @@ } ] } -} +} \ No newline at end of file From 9a64d548d255d9f611eb03754e16a90868d38992 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 4 Sep 2022 10:21:20 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a25a0d..cfb3ba9 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ You can check the default settings Yunohost generates at `/opt/yunohost/nodered/ **Shipped version:** 3.0.2~ynh1 + ## Screenshots ![Screenshot of Node-RED](./doc/screenshots/screenshot.jpg) diff --git a/README_fr.md b/README_fr.md index 2b6b0f9..6368b07 100644 --- a/README_fr.md +++ b/README_fr.md @@ -49,7 +49,8 @@ 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~ynh1 +**Version incluse :** 3.0.2~ynh1 + ## Captures d'écran