1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00
phpinfo_ynh/manifest.json

54 lines
1.5 KiB
JSON

{
"name": "Phpinfo",
"id": "phpinfo",
"packaging_format": 1,
"description": {
"en": "A simple phpinfo."
},
"version": "1.0~ynh1",
"url": "https://www.php.net/manual/fr/function.phpinfo.php",
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "Maniack Crudelis",
"email": "maniackc_dev@crudelis.fr"
},
"requirements": {
"yunohost": ">= 3.5"
},
"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"],
"default": "7.3"
}
]
}
}