manifest.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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.41~ynh1",
  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": "",
  20. "email": ""
  21. },
  22. "requirements": {
  23. "yunohost": ">= 11.2"
  24. },
  25. "multi_instance": false,
  26. "services": [
  27. "nginx",
  28. "php7.4-fpm",
  29. "mysql"
  30. ],
  31. "arguments": {
  32. "install": [
  33. {
  34. "name": "domain",
  35. "type": "domain"
  36. },
  37. {
  38. "name": "path",
  39. "type": "path",
  40. "example": "/zabbix",
  41. "default": "/zabbix"
  42. },
  43. {
  44. "name": "is_public",
  45. "type": "boolean",
  46. "help": {
  47. "en": "A public app doesn't need SSO auth : the auth page is opened for everyone",
  48. "fr": "Une application publique ne nécessite pas une authentification SSO : sa page d'authentication est ouverte à tous"
  49. },
  50. "default": false
  51. },
  52. {
  53. "name": "language",
  54. "type": "select",
  55. "ask": {
  56. "en": "Choose the application language",
  57. "fr": "Choisissez la langue de l'application"
  58. },
  59. "choices": [
  60. "en_GB",
  61. "en_US",
  62. "cz_CN",
  63. "cs_CZ",
  64. "fr_FR",
  65. "ko_KR",
  66. "ja_JP",
  67. "nb_NO",
  68. "pl_PL",
  69. "pt_BR",
  70. "pt_PT",
  71. "ru_RU",
  72. "sk_SK",
  73. "tr_TR",
  74. "uk_UA"
  75. ],
  76. "default": "en_US"
  77. },
  78. {
  79. "name": "admin",
  80. "type": "user"
  81. }
  82. ]
  83. }
  84. }