From d67fb0625cbd6cb73856f69ecd789c5a07a1d086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:26:48 +0100 Subject: [PATCH] fix --- manifest.json | 66 --------------------------------------------------- manifest.toml | 2 +- 2 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 manifest.json diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 0e6efbd..0000000 --- a/manifest.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "name": "Kanboard", - "id": "kanboard", - "packaging_format": 1, - "description": { - "en": "Kanban project management software", - "fr": "Logiciel de gestion de projet Kanban" - }, - "version": "1.2.27~ynh1", - "url": "https://kanboard.net", - "upstream": { - "license": "MIT", - "website": "https://kanboard.net", - "demo": "https://demo.yunohost.org/kanboard/", - "admindoc": "https://docs.kanboard.org/en/latest/", - "code": "https://github.com/kanboard/kanboard", - "cpe": "cpe:2.3:a:kanboard:kanboard" - }, - "license": "MIT", - "maintainer": { - "name": "", - "email": "" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "previous_maintainers": [ - { - "name": "mbugeia", - "email": "maxime@max.privy.place" - }, - { - "name": "jibec", - "email": "jean-baptiste@holcroft.fr" - } - ], - "multi_instance": true, - "services": [ - "nginx", - "php8.0-fpm", - "mysql" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/kanboard", - "default": "/kanboard" - }, - { - "name": "is_public", - "type": "boolean", - "default": false - }, - { - "name": "admin", - "type": "user" - } - ] - } -} diff --git a/manifest.toml b/manifest.toml index 706b826..7c3c699 100644 --- a/manifest.toml +++ b/manifest.toml @@ -24,7 +24,7 @@ ldap = false sso = false disk = "50M" ram.build = "50M" -ram.runtime = "50M" +ram.runtime = "50M" [install] [install.domain]