1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agora_ynh.git synced 2024-09-03 18:06:21 +02:00

Create manifest.json

This commit is contained in:
frju365 2017-02-13 22:39:18 +01:00 committed by GitHub
parent 26fb475cdc
commit 399c212a7d

54
manifest.json Normal file
View file

@ -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"
}
]
}
}