From 399c212a7d0c2e592046b15c73a0edc32aa0f495 Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 13 Feb 2017 22:39:18 +0100 Subject: [PATCH] Create manifest.json --- manifest.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..2b35fa5 --- /dev/null +++ b/manifest.json @@ -0,0 +1,54 @@ +{ + "name": "Agora", + "id": "agora", + "packaging_format": 1, + "requirements": { + "yunohost": ">> 2.3.15" + }, + "description": { + "fr": "Logiciel libre de collaboration et de création d'espace numérique" + }, + "url": "https://www.agora-project.net/", + "license": "GPLv2", + "maintainer": { + "name": "frju365", + "email": "win10@tutanota.com" + }, + "multi_instance": true, + "services": [ + "nginx", + "php5-fpm" + ], + "arguments": { + "install" : [ + { + "name": "domain", + "type": "domain", + "ask": { + "en": "Choose a domain for Agora", + "fr": "Choisissez un domaine pour Agora" + }, + "example": "domain.org" + }, + { + "name": "path", + "type": "path", + "ask": { + "en": "Choose a path for Agora", + "fr": "Choisissez un chemin pour Agora" + }, + "example": "/agora", + "default": "/agora" + }, + { + "name": "is_public", + "ask": { + "en": "Is it a public Agora site ?", + "fr": "Est-ce un site public ?" + }, + "choices": ["Yes", "No"], + "default": "Yes" + } + ] + } +}