1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpservermon_ynh.git synced 2024-09-03 19:56:40 +02:00
phpservermon_ynh/manifest.json
2021-02-01 12:35:24 +01:00

63 lines
2 KiB
JSON

{
"name": "PHP Server Monitor",
"id": "phpservermon",
"packaging_format": 1,
"description": {
"en": "$app is a script that checks whether your websites and servers are up and running",
"fr": "$app est un application pour vérifier que vos sites web et serveurs fonctionnent"
},
"version": "3.5.2~ynh3",
"url": "www.phpservermonitor.org",
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "Benoit",
"email": "serviceinformatique@cier14.org",
"url": ""
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for PHP Server Monitor",
"fr": "Choisissez un nom de domaine pour PHP Server Monitor"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for PHP Server Monitor",
"fr": "Choisissez un chemin pour PHP Server Monitor"
},
"example": "/phpservermon",
"default": "/phpservermon"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"help": {
"en": "If app is not public, only Yunohost User can acces to it",
"fr": "Si l'application n'est pas publique, seul les utilisateurs de Yunohost y auront accés"
},
"default": true
}
]
}
}