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

59 lines
1.7 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-18 11:53:25 +01:00
"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"
2021-01-12 18:39:03 +01:00
},
2021-02-10 18:00:18 +01:00
"version": "3.5.2~ynh4",
2021-01-13 00:07:13 +01:00
"url": "www.phpservermonitor.org",
2021-07-17 12:00:15 +02:00
"upstream": {
"license": "GPL-3.0-or-later",
"website": "www.phpservermonitor.org",
"admindoc": "http://docs.phpservermonitor.org/en/latest/",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/phpservermon/phpservermon/"
},
2021-01-13 00:07:13 +01:00
"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": {
2021-07-17 12:00:15 +02:00
"yunohost": ">= 4.2.4"
2021-01-12 18:39:03 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2021-07-17 12:00:15 +02:00
"php7.3-fpm",
2021-01-12 18:39:03 +01:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
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",
2021-01-18 11:53:25 +01:00
"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"
},
2021-01-12 18:39:03 +01:00
"default": true
}
2021-01-13 00:07:13 +01:00
2021-01-12 18:39:03 +01:00
]
}
}