1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00
zabbix_ynh/manifest.json
2020-11-26 13:36:31 +01:00

82 lines
2.6 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": "free",
"maintainer": {
"name": "Mickael Martin",
"email": "mickael@librement-votre.fr",
"url": "http://www.librement-votre.fr"
},
"requirements": {
"yunohost": ">= 3.6.5"
},
"multi_instance": false,
"services": [
"nginx",
"mysql",
"php7.0-fpm",
"snmpd"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Zabbix",
"fr": "Choisissez un nom de domaine pour Zabbix"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Zabbix",
"fr": "Choisissez un chemin pour Zabbix"
},
"example": "/zabbix",
"default": "/zabbix"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "mickael"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"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 au monde entier"
},
"default": false
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "en"
}
]
}
}