{ "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~ynh4", "url": "www.phpservermonitor.org", "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/" }, "license": "GPL-3.0-or-later", "maintainer": { "name": "Benoit", "email": "serviceinformatique@cier14.org", "url": "" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/phpservermon", "default": "/phpservermon" }, { "name": "is_public", "type": "boolean", "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 } ] } }