From 36b5c981a2476824707c0f81f5887f845983f0a4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 18 Sep 2021 22:31:02 +0200 Subject: [PATCH 1/3] Add to catalog --- apps.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps.json b/apps.json index 67fa3f5f..43dfed1c 100644 --- a/apps.json +++ b/apps.json @@ -2007,6 +2007,11 @@ ], "url": "https://github.com/YunoHost-Apps/mytinytodo_ynh" }, + "n8n": { + "category": "iot", + "state": "working", + "url": "https://github.com/YunoHost-Apps/n8n_ynh" + }, "navidrome": { "category": "multimedia", "level": 8, From 22dde2b87a65fd882a125810f2ec9611048cf16a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 8 Aug 2022 09:31:47 +0200 Subject: [PATCH 2/3] Add antifeatures --- apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps.json b/apps.json index 43dfed1c..e792b5f6 100644 --- a/apps.json +++ b/apps.json @@ -2008,6 +2008,9 @@ "url": "https://github.com/YunoHost-Apps/mytinytodo_ynh" }, "n8n": { + "antifeatures": [ + "Not totally free upstream" + ], "category": "iot", "state": "working", "url": "https://github.com/YunoHost-Apps/n8n_ynh" From 425aeebb50264958fd56556580e3b86a0fd7d56a Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 13 Aug 2022 16:29:32 +0200 Subject: [PATCH 3/3] n8n is not-totally-free --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index e792b5f6..b6e84a9a 100644 --- a/apps.json +++ b/apps.json @@ -2009,7 +2009,7 @@ }, "n8n": { "antifeatures": [ - "Not totally free upstream" + "not-totally-free" ], "category": "iot", "state": "working",