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

60 lines
1.8 KiB
JSON
Raw Normal View History

2021-01-12 18:39:03 +01:00
{
2021-01-13 00:07:13 +01:00
"name": "PHP Server Monitor",
"id": "phpservermon",
2021-01-12 18:39:03 +01:00
"packaging_format": 1,
"description": {
2021-01-13 00:07:13 +01:00
"en": "PHP Server Monitor is a script that checks whether your websites and servers are up and running",
2021-01-16 21:42:22 +01:00
"fr": "PHP Server Monitor est un application pour vérifier que vos sites web et serveurs fonctionnent"
2021-01-12 18:39:03 +01:00
},
2021-01-13 00:07:13 +01:00
"version": "3.5.2~ynh1",
"url": "www.phpservermonitor.org",
"license": "GPL-3.0-or-later",
2021-01-12 18:39:03 +01:00
"maintainer": {
2021-01-13 00:07:13 +01:00
"name": "Benoit",
"email": "serviceinformatique@cier14.org",
"url": ""
2021-01-12 18:39:03 +01:00
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2021-01-13 00:07:13 +01:00
"en": "Choose a domain name for PHP Server Monitor",
"fr": "Choisissez un nom de domaine pour PHP Server Monitor"
2021-01-12 18:39:03 +01:00
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
2021-01-13 00:07:13 +01:00
"en": "Choose a path for PHP Server Monitor",
"fr": "Choisissez un chemin pour PHP Server Monitor"
2021-01-12 18:39:03 +01:00
},
2021-01-13 00:07:13 +01:00
"example": "/phpservermon",
"default": "/phpservermon"
2021-01-12 18:39:03 +01:00
},
2021-01-13 00:07:13 +01:00
{
2021-01-12 18:39:03 +01:00
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
2021-01-13 00:07:13 +01:00
2021-01-12 18:39:03 +01:00
]
}
}