From 59edaf7701fd4f2f458dd5b952d2ced3386a474c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 25 Mar 2022 20:00:16 +0000 Subject: [PATCH 1/4] Update app's level --- apps.json | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/apps.json b/apps.json index c7b96792..fd093c0e 100644 --- a/apps.json +++ b/apps.json @@ -375,6 +375,7 @@ }, "cockpit": { "category": "system_tools", + "level": 0, "state": "working", "subtags": [ "monitoring" @@ -558,6 +559,7 @@ }, "dendrite": { "category": "communication", + "level": 7, "state": "working", "subtags": [ "chat" @@ -575,7 +577,7 @@ }, "diagramsnet": { "category": "office", - "level": 8, + "level": 7, "maintained": false, "state": "working", "subtags": [ @@ -604,6 +606,7 @@ }, "digitools": { "category": "small_utilities", + "level": 6, "state": "working", "url": "https://github.com/YunoHost-Apps/digitools_ynh" }, @@ -684,7 +687,7 @@ "dokuwiki": { "category": "publishing", "high_quality": true, - "level": 9, + "level": 7, "maintained": false, "state": "working", "subtags": [ @@ -836,6 +839,7 @@ }, "excalidraw": { "category": "office", + "level": 7, "state": "working", "subtags": [ "draw" @@ -908,6 +912,7 @@ "url": "https://github.com/YunoHost-Apps/flask_ynh" }, "flood": { + "level": 3, "state": "working", "subtags": [ "download" @@ -1022,7 +1027,7 @@ }, "funkwhale": { "category": "multimedia", - "level": 8, + "level": 0, "state": "working", "subtags": [ "music" @@ -1160,6 +1165,7 @@ }, "glpi": { "category": "productivity_and_management", + "level": 7, "state": "working", "subtags": [ "task" @@ -1256,7 +1262,7 @@ }, "guacamole": { "category": "system_tools", - "level": 8, + "level": 0, "state": "working", "url": "https://github.com/YunoHost-Apps/guacamole_ynh" }, @@ -1635,7 +1641,7 @@ }, "lemmy": { "category": "social_media", - "level": 7, + "level": 0, "state": "working", "subtags": [ "websites" @@ -1644,6 +1650,7 @@ }, "libreddit": { "category": "social_media", + "level": 7, "state": "working", "url": "https://github.com/Yunohost-Apps/libreddit_ynh" }, @@ -1822,7 +1829,7 @@ }, "matrix-puppet-discord": { "category": "communication", - "level": 7, + "level": 0, "state": "working", "subtags": [ "chat" @@ -1904,7 +1911,7 @@ }, "mediawiki": { "category": "publishing", - "level": 8, + "level": 0, "state": "working", "subtags": [ "wiki" @@ -2474,7 +2481,7 @@ }, "pgadmin": { "category": "system_tools", - "level": 0, + "level": 4, "state": "working", "subtags": [ "db" @@ -3331,6 +3338,12 @@ ], "url": "https://github.com/YunoHost-Apps/teampass_ynh" }, + "teddit": { + "category": "social_media", + "level": 7, + "state": "working", + "url": "https://github.com/Yunohost-Apps/teddit_ynh" + }, "telegram_chatbot": { "category": "dev", "maintained": false, @@ -3338,11 +3351,6 @@ "state": "notworking", "url": "https://github.com/YunoHost-Apps/telegram_chatbot_ynh" }, - "teddit": { - "category": "social_media", - "state": "working", - "url": "https://github.com/Yunohost-Apps/teddit_ynh" - }, "tes3mp": { "category": "games", "state": "notworking", From 692cbf39a6b65bb2c8c977c7467c4d7e32f93071 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 26 Mar 2022 11:53:03 +0100 Subject: [PATCH 2/4] Restore Funkwhale at level 8 --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index fd093c0e..9d8fa637 100644 --- a/apps.json +++ b/apps.json @@ -1027,7 +1027,7 @@ }, "funkwhale": { "category": "multimedia", - "level": 0, + "level": 8, "state": "working", "subtags": [ "music" From 2bb4a38b6a31c6e5173e7939f7fce96253c0e1bd Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 26 Mar 2022 16:09:00 +0100 Subject: [PATCH 3/4] Fix flood level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index cd50dd89..7fd54247 100644 --- a/apps.json +++ b/apps.json @@ -917,7 +917,7 @@ "url": "https://github.com/YunoHost-Apps/flask_ynh" }, "flood": { - "level": 3, + "level": 7, "category": "multimedia", "state": "working", "subtags": [ From 9e5ca6888ba9fb39b63e5deb05b6c4d2cda04d63 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 26 Mar 2022 20:47:09 +0100 Subject: [PATCH 4/4] Fix guacamole level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 7fd54247..18a59faf 100644 --- a/apps.json +++ b/apps.json @@ -1268,7 +1268,7 @@ }, "guacamole": { "category": "system_tools", - "level": 0, + "level": 8, "state": "working", "url": "https://github.com/YunoHost-Apps/guacamole_ynh" },