manifest.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "Zabbix",
  3. "id": "zabbix",
  4. "packaging_format": 1,
  5. "description": {
  6. "en": "Monitoring tool for diverse IT components, including networks, servers, VMs and cloud services",
  7. "fr": "Outil pour monitorer des réseaux, des serveurs, des VMs et autres services en ligne"
  8. },
  9. "version": "5.0.20~ynh2",
  10. "url": "https://www.zabbix.com",
  11. "upstream": {
  12. "license": "GPL-2.0-or-later",
  13. "website": "https://www.zabbix.com",
  14. "admindoc": "https://www.zabbix.com/manuals",
  15. "code": "https://github.com/zabbix/zabbix"
  16. },
  17. "license": "GPL-2.0-or-later",
  18. "maintainer": {
  19. "name": "Mickael Martin",
  20. "email": "mickael@librement-votre.fr",
  21. "url": "http://www.librement-votre.fr"
  22. },
  23. "requirements": {
  24. "yunohost": ">= 4.3.0"
  25. },
  26. "multi_instance": false,
  27. "services": [
  28. "nginx",
  29. "php7.3-fpm",
  30. "mysql"
  31. ],
  32. "arguments": {
  33. "install": [
  34. {
  35. "name": "domain",
  36. "type": "domain"
  37. },
  38. {
  39. "name": "path",
  40. "type": "path",
  41. "example": "/zabbix",
  42. "default": "/zabbix"
  43. },
  44. {
  45. "name": "is_public",
  46. "type": "boolean",
  47. "help": {
  48. "en": "A public app doesn't need SSO auth : the auth page is opened for everyone",
  49. "fr": "Une application publique ne nécessite pas une authentification SSO : sa page d'authentication est ouverte à tous"
  50. },
  51. "default": false
  52. },
  53. {
  54. "name": "language",
  55. "type": "string",
  56. "ask": {
  57. "en": "Choose the application language",
  58. "fr": "Choisissez la langue de l'application"
  59. },
  60. "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"],
  61. "default": "en_US"
  62. },
  63. {
  64. "name": "admin",
  65. "type": "user"
  66. }
  67. ]
  68. }
  69. }