1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Create manifest.json

This commit is contained in:
frju365 2017-01-28 22:59:43 +01:00 committed by GitHub
parent 197f43b5ce
commit ee80ba278d

53
manifest.json Normal file
View file

@ -0,0 +1,53 @@
{
"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"
},
"multi_instance": "true",
"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"
},
"example": "/zerobin",
"default": "/zerobin"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public Garradin site ?",
"fr": "Est-ce un site public ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}