From a55f0051be0c8aa586fc19c9601645656b7fefa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Mon, 2 Jan 2023 17:20:18 +0100 Subject: [PATCH 1/2] Add Mongo-Express server --- apps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps.json b/apps.json index f71356b5..aa726dde 100644 --- a/apps.json +++ b/apps.json @@ -2676,6 +2676,14 @@ ], "url": "https://github.com/YunoHost-Apps/modernpaste_ynh" }, + "mongo-express": { + "category": "system_tools", + "state": "working", + "subtags": [ + "db" + ], + "url": "https://github.com/gcollin/mongo-express_ynh" + }, "monica": { "category": "wat", "level": 7, From 5a77f2ceb850e98b6899ae40acd1256e155e078d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Mon, 2 Jan 2023 18:07:57 +0100 Subject: [PATCH 2/2] Changed app url --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index aa726dde..44b52580 100644 --- a/apps.json +++ b/apps.json @@ -2682,7 +2682,7 @@ "subtags": [ "db" ], - "url": "https://github.com/gcollin/mongo-express_ynh" + "url": "https://github.com/YunoHost-Apps/mongo-express_ynh" }, "monica": { "category": "wat",