| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "name": "Zabbix",
- "id": "zabbix",
- "packaging_format": 1,
- "description": {
- "en": "Monitoring tool for diverse IT components, including networks, servers, VMs and cloud services",
- "fr": "Outil pour monitorer des réseaux, des serveurs, des VMs et autres services en ligne"
- },
- "version": "5.0.41~ynh1",
- "url": "https://www.zabbix.com",
- "upstream": {
- "license": "GPL-2.0-or-later",
- "website": "https://www.zabbix.com",
- "admindoc": "https://www.zabbix.com/manuals",
- "code": "https://github.com/zabbix/zabbix"
- },
- "license": "GPL-2.0-or-later",
- "maintainer": {
- "name": "",
- "email": ""
- },
- "requirements": {
- "yunohost": ">= 11.2"
- },
- "multi_instance": false,
- "services": [
- "nginx",
- "php7.4-fpm",
- "mysql"
- ],
- "arguments": {
- "install": [
- {
- "name": "domain",
- "type": "domain"
- },
- {
- "name": "path",
- "type": "path",
- "example": "/zabbix",
- "default": "/zabbix"
- },
- {
- "name": "is_public",
- "type": "boolean",
- "help": {
- "en": "A public app doesn't need SSO auth : the auth page is opened for everyone",
- "fr": "Une application publique ne nécessite pas une authentification SSO : sa page d'authentication est ouverte à tous"
- },
- "default": false
- },
- {
- "name": "language",
- "type": "select",
- "ask": {
- "en": "Choose the application language",
- "fr": "Choisissez la langue de l'application"
- },
- "choices": [
- "en_GB",
- "en_US",
- "cz_CN",
- "cs_CZ",
- "fr_FR",
- "ko_KR",
- "ja_JP",
- "nb_NO",
- "pl_PL",
- "pt_BR",
- "pt_PT",
- "ru_RU",
- "sk_SK",
- "tr_TR",
- "uk_UA"
- ],
- "default": "en_US"
- },
- {
- "name": "admin",
- "type": "user"
- }
- ]
- }
- }
|