2019-03-08 21:18:22 +01:00
|
|
|
{
|
|
|
|
"name": "Phpinfo",
|
|
|
|
"id": "phpinfo",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "A simple phpinfo for YunoHost."
|
|
|
|
},
|
|
|
|
"version": "1.0~ynh1",
|
|
|
|
"license": "GPL-3",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "Maniack Crudelis",
|
|
|
|
"email": "maniackc_dev@crudelis.fr"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2020-11-01 19:01:41 +01:00
|
|
|
"yunohost": ">= 3.5"
|
2019-03-08 21:18:22 +01:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php7.0-fpm"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain name for ynhexample",
|
|
|
|
"fr": "Choisissez un nom de domaine pour ynhexample"
|
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path for ynhexample",
|
|
|
|
"fr": "Choisissez un chemin pour ynhexample"
|
|
|
|
},
|
|
|
|
"example": "/phpinfo",
|
|
|
|
"default": "/phpinfo"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpversion",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the version of PHP to use."
|
|
|
|
},
|
|
|
|
"choices": ["7.0", "7.1", "7.2", "7.3"],
|
2020-11-01 19:01:41 +01:00
|
|
|
"default": "7.3"
|
2019-03-08 21:18:22 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|