1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/h5ai_ynh.git synced 2024-09-03 20:36:25 +02:00
h5ai_ynh/manifest.json
2016-06-02 16:10:37 +02:00

46 lines
1.2 KiB
JSON

{
"name": "H5AI",
"id": "h5ai",
"packaging_format": 1,
"description": {
"en": "A modern HTTP web server index for Nginx.",
"fr": "Un serveur moderne d'index pour Nginx."
},
"url": "https://larsjung.de/h5ai/",
"license": "free",
"maintainer": {
"name": "inrepublica",
"email": "duvalmickael@gmail.com"
},
"requirements": {
"yunohost": ">= 2.4.0.6"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for H5AI",
"fr": "Choisissez un domaine pour H5AI"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for H5AI",
"fr": "Choisissez un chemin pour H5AI"
},
"example": "/_h5ai",
"default": "/_h5ai"
}
]
}
}