From d842d2e669fd37a6850b999475e458084c962134 Mon Sep 17 00:00:00 2001 From: Geoff Montel Date: Tue, 1 Oct 2019 14:46:24 +0200 Subject: [PATCH] Adding OpenProject in the app list OpenProject is still ongoing, the bash code should be neat. See https://forum.yunohost.org/t/app-integration-of-openproject/9141/2 for details and https://www.openproject.org/ for the software. --- apps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps.json b/apps.json index ce4cef0b..8cbd6ac9 100644 --- a/apps.json +++ b/apps.json @@ -1324,6 +1324,14 @@ "state": "notworking", "url": "https://github.com/YunoHost-Apps/OpenNote_ynh" }, + "openproject": { + "branch": "master", + "level": 0, + "maintained": true, + "revision": "HEAD", + "state": "inprogress", + "url": "https://github.com/moutonjr/openproject_ynh" + }, "opensondage": { "branch": "master", "high_quality": true,