From fbaba08bf45c57f93635d27c632ca100842ab813 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:12:16 +0200 Subject: [PATCH] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0Enum?= =?UTF-8?q?eration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 108 +++++++++++++++++++++++++++----------------------- 1 file changed, 58 insertions(+), 50 deletions(-) diff --git a/manifest.json b/manifest.json index f38d21c..9afd7a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,59 +1,67 @@ { - "name": "Friendica", - "id": "friendica", - "packaging_format": 1, - "description": { - "en": "Social Communication Server", - "fr": "Serveur de Communication Social" - }, - "version": "2022.06~ynh1", - "url": "http://friendi.ca", - "upstream": { + "name": "Friendica", + "id": "friendica", + "packaging_format": 1, + "description": { + "en": "Social Communication Server", + "fr": "Serveur de Communication Social" + }, + "version": "2022.06~ynh1", + "url": "http://friendi.ca", + "upstream": { "license": "AGPL-3.0-only", "website": "http://friendi.ca", "demo": "https://dir.friendica.social/servers", "admindoc": "https://github.com/friendica/friendica/wiki", "userdoc": "https://wiki.friendi.ca/", - "code": "https://github.com/friendica/friendica" - }, - "license": "AGPL-3.0-only", - "maintainer": { - "name": "Anmol Sharma", - "email": "" - }, - "previous_maintainers": { - "name": "aymhce", - "email": "aymhce@gmail.com" - }, - "requirements": { - "yunohost": ">= 4.3.0" - }, - "multi_instance": true, - "services": [ - "nginx", - "php7.3-fpm", - "mysql" + "code": "https://github.com/friendica/friendica", + "cpe": "cpe:2.3:a:friendica:friendica" + }, + "license": "AGPL-3.0-only", + "maintainer": { + "name": "Anmol Sharma", + "email": "" + }, + "previous_maintainers": { + "name": "aymhce", + "email": "aymhce@gmail.com" + }, + "requirements": { + "yunohost": ">= 4.3.0" + }, + "multi_instance": true, + "services": [ + "nginx", + "php7.3-fpm", + "mysql" ], "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "admin", - "type": "user" - }, - { - "name": "language", - "type": "string", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": ["de", "en", "es", "fr", "it", "pt"], - "default": "en" - } - ] + "install": [ + { + "name": "domain", + "type": "domain" + }, + { + "name": "admin", + "type": "user" + }, + { + "name": "language", + "type": "string", + "ask": { + "en": "Choose the application language", + "fr": "Choisissez la langue de l'application" + }, + "choices": [ + "de", + "en", + "es", + "fr", + "it", + "pt" + ], + "default": "en" + } + ] } -} +} \ No newline at end of file