mirror of
https://github.com/YunoHost-Apps/phpservermon_ynh.git
synced 2024-09-03 19:56:40 +02:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "PHP Server Monitor",
|
|
"id": "phpservermon",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Script that checks whether your websites and servers are up and running",
|
|
"fr": "Application pour vérifier que vos sites web et serveurs fonctionnent"
|
|
},
|
|
"version": "3.5.2~ynh5",
|
|
"url": "www.phpservermonitor.org",
|
|
"upstream": {
|
|
"license": "GPL-3.0-or-later",
|
|
"website": "www.phpservermonitor.org",
|
|
"admindoc": "http://docs.phpservermonitor.org/en/latest/",
|
|
"code": "https://github.com/phpservermon/phpservermon/"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Benoit",
|
|
"email": "serviceinformatique@cier14.org",
|
|
"url": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/phpservermon",
|
|
"default": "/phpservermon"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"help": {
|
|
"en": "If the app is not public, only YunoHost users will have access to it",
|
|
"fr": "Si l'application n'est pas publique, seul les utilisateurs de YunoHost y auront accés"
|
|
},
|
|
"default": true
|
|
}
|
|
|
|
]
|
|
}
|
|
}
|