From fce0c02d0bc9f3afba5395207e4e01ac2e346500 Mon Sep 17 00:00:00 2001 From: Limezy Date: Mon, 15 Nov 2021 12:37:55 +0700 Subject: [PATCH 1/2] Update apps.json --- apps.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps.json b/apps.json index 0dc59b01..4dc75116 100644 --- a/apps.json +++ b/apps.json @@ -1853,6 +1853,10 @@ ], "url": "https://github.com/YunoHost-Apps/miniflux_ynh" }, + "minio": { + "url": "https://github.com/yunohost-Apps/minio_ynh", + "state": "inprogress" + }, "misskey": { "category": "social_media", "level": 0, From 7edc5b98bd2245836eb766c707bb948535230555 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 20 Nov 2021 20:45:48 +0100 Subject: [PATCH 2/2] Adding a category to minio --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 4dc75116..d88a9acc 100644 --- a/apps.json +++ b/apps.json @@ -1854,6 +1854,7 @@ "url": "https://github.com/YunoHost-Apps/miniflux_ynh" }, "minio": { + "category": "dev", "url": "https://github.com/yunohost-Apps/minio_ynh", "state": "inprogress" },