From 10a517c4bd12d5d9f0f24e2f6f299fd8a4a9a30c Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 24 Mar 2022 14:59:15 +0700 Subject: [PATCH 1/3] add dex --- apps.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps.json b/apps.json index 2ac52d22..fac5e23c 100644 --- a/apps.json +++ b/apps.json @@ -547,6 +547,15 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/dato_ynh" }, + "dex": { + "category": "system_tools", + "maintained": true, + "state": "inprogress", + "subtags": [ + "auth" + ], + "url": "https://github.com/YunoHost-Apps/dex_ynh" + }, "democracyos": { "category": "communication", "maintained": false, From aa37a04a54df1df75770fce3d646687f520b9dc7 Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 25 Mar 2022 09:30:33 +0700 Subject: [PATCH 2/3] Update apps.json --- apps.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apps.json b/apps.json index fac5e23c..563d7666 100644 --- a/apps.json +++ b/apps.json @@ -547,15 +547,6 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/dato_ynh" }, - "dex": { - "category": "system_tools", - "maintained": true, - "state": "inprogress", - "subtags": [ - "auth" - ], - "url": "https://github.com/YunoHost-Apps/dex_ynh" - }, "democracyos": { "category": "communication", "maintained": false, @@ -573,6 +564,15 @@ ], "url": "https://github.com/YunoHost-Apps/dendrite_ynh" }, + "dex": { + "category": "system_tools", + "maintained": true, + "state": "inprogress", + "subtags": [ + "auth" + ], + "url": "https://github.com/YunoHost-Apps/dex_ynh" + }, "diagramsnet": { "category": "office", "level": 8, From c90e892f478d8a651db48d2ea2d5adccb0c885b6 Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 25 Mar 2022 21:09:46 +0700 Subject: [PATCH 3/3] Change subtag to Network --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 563d7666..ce91597a 100644 --- a/apps.json +++ b/apps.json @@ -569,7 +569,7 @@ "maintained": true, "state": "inprogress", "subtags": [ - "auth" + "network" ], "url": "https://github.com/YunoHost-Apps/dex_ynh" },