| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "name": "Zabbix",
- "id": "zabbix",
- "packaging_format": 1,
- "description": {
- "en": "A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services.",
- "fr": "Un outil pour monitorer des réseaux, des serveurs, des VMs et autres services en ligne"
- },
- "version": "4.4~ynh1",
- "url": "https://www.zabbix.com",
- "license": " LGPL-2.0-or-later",
- "maintainer": {
- "name": "Mickael Martin",
- "email": "mickael@librement-votre.fr",
- "url": "http://www.librement-votre.fr"
- },
- "requirements": {
- "yunohost": ">= 4.1.3"
- },
- "multi_instance": false,
- "services": [
- "nginx",
- "php7.3-fpm",
- "mysql"
- ],
- "arguments": {
- "install" : [
- {
- "name": "domain",
- "type": "domain",
- "example": "example.com"
- },
- {
- "name": "path",
- "type": "path",
- "example": "/zabbix",
- "default": "/zabbix"
- },
- {
- "name": "admin",
- "type": "user",
- "example": "johndoe"
- },
- {
- "name": "is_public",
- "type": "boolean",
- "default": false
- },
- {
- "name": "language",
- "type": "string",
- "ask": {
- "en": "Choose the application language",
- "fr": "Choisissez la langue de l'application"
- },
- "choices": ["fr_FR", "en_GB"],
- "default": "en_GB"
- }
- ]
- }
- }
|