manifest.toml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. #:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
  2. packaging_format = 2
  3. id = "zabbix"
  4. name = "Zabbix"
  5. description.en = "Monitoring tool for diverse IT components, including networks, servers, VMs and cloud services"
  6. description.fr = "Outil pour monitorer des réseaux, des serveurs, des VMs et autres services en ligne"
  7. version = "5.0.41~ynh1"
  8. maintainers = []
  9. [upstream]
  10. license = "GPL-2.0-or-later"
  11. website = "https://www.zabbix.com"
  12. admindoc = "https://www.zabbix.com/manuals"
  13. code = "https://github.com/zabbix/zabbix"
  14. cpe = "cpe:2.3:a:zabbix:zabbix"
  15. [integration]
  16. yunohost = ">= 11.2"
  17. architectures = ["amd64"]
  18. multi_instance = false
  19. ldap = true
  20. sso = true
  21. disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
  22. ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
  23. ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
  24. [install]
  25. [install.domain]
  26. type = "domain"
  27. [install.path]
  28. type = "path"
  29. default = "/zabbix"
  30. [install.init_main_permission]
  31. help.en = "A public app doesn't need SSO auth : the auth page is opened for everyone"
  32. help.fr = "Une application publique ne nécessite pas une authentification SSO : sa page d'authentication est ouverte à tous"
  33. type = "group"
  34. default = false
  35. [install.language]
  36. ask.en = "Choose the application language"
  37. ask.fr = "Choisissez la langue de l'application"
  38. type = "select"
  39. 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"]
  40. default = "en_US"
  41. [install.admin]
  42. type = "user"
  43. [resources]
  44. [resources.system_user]
  45. [resources.install_dir]
  46. [resources.permissions]
  47. main.url = "/"
  48. [resources.apt]
  49. packages = [
  50. "libapr1",
  51. "libaprutil1",
  52. "libaprutil1-dbd-sqlite3",
  53. "libaprutil1-ldap",
  54. "liblua5.2-0",
  55. "fonts-dejavu-core",
  56. "patch",
  57. "smistrip",
  58. "unzip",
  59. "wget",
  60. "fping",
  61. "libcap2-bin",
  62. "libiksemel3",
  63. "libopenipmi0",
  64. "libpam-cap",
  65. "libsnmp-base",
  66. "libsnmp40",
  67. "snmptrapd",
  68. "snmpd",
  69. "libjs-prototype",
  70. "jq",
  71. "libssh-4",
  72. "php7.4-fpm",
  73. "php7.4-bcmath",
  74. ]
  75. [resources.apt.extras.zabbix]
  76. repo = "http://repo.zabbix.com/zabbix/5.0/debian bullseye main"
  77. key = "https://repo.zabbix.com/zabbix-official-repo.key"
  78. packages = [
  79. "zabbix-agent",
  80. "zabbix-frontend-php",
  81. "zabbix-server-mysql",
  82. ]
  83. [resources.database]
  84. type = "mysql"