2017-01-28 22:59:43 +01:00
|
|
|
{
|
|
|
|
"name": "Garradin",
|
|
|
|
"id": "garradin",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">> 2.3.15"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"fr": "Logiciel libre de gestion d'association"
|
|
|
|
},
|
|
|
|
"url": "http://garradin.eu/a-propos/",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "frju365",
|
|
|
|
"email": "win10@tutanota.com"
|
|
|
|
},
|
2017-01-29 15:59:48 +01:00
|
|
|
"multi_instance": true,
|
2017-01-28 22:59:43 +01:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php5-fpm"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain for Garradin",
|
|
|
|
"fr": "Choisissez un domaine pour Garradin"
|
|
|
|
},
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path for Garradin",
|
|
|
|
"fr": "Choisissez un chemin pour Garradin"
|
|
|
|
},
|
2017-01-28 23:00:19 +01:00
|
|
|
"example": "/garradin",
|
|
|
|
"default": "/garradin"
|
2017-01-28 22:59:43 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public Garradin site ?",
|
|
|
|
"fr": "Est-ce un site public ?"
|
|
|
|
},
|
|
|
|
"choices": ["Yes", "No"],
|
|
|
|
"default": "Yes"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|