manifest.toml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. #:schema https://raw.githubusercontent.com/YunoHost/apps/main/schemas/manifest.v2.schema.json
  2. packaging_format = 2
  3. id = "open-webui"
  4. name = "Open WebUI"
  5. description.en = "User-friendly AI Interface (Supports Ollama, OpenAI API, ...)"
  6. description.fr = "Interface IA conviviale (Supporte Ollama, API OpenAI, ...)"
  7. version = "0.6.25~ynh2"
  8. maintainers = ["DeMiro5001"]
  9. [upstream]
  10. license = "BSD-3-Clause"
  11. website = "https://openwebui.com/"
  12. admindoc = "https://docs.openwebui.com/getting-started/"
  13. userdoc = "https://docs.openwebui.com/category/-tutorials"
  14. code = "https://github.com/open-webui/open-webui"
  15. [integration]
  16. yunohost = ">= 12.0.9"
  17. helpers_version = "2.1"
  18. architectures = "all"
  19. multi_instance = false
  20. ldap = true
  21. sso = false
  22. disk = "10G"
  23. ram.build = "250M"
  24. ram.runtime = "2G"
  25. [install]
  26. [install.domain]
  27. type = "domain"
  28. [install.init_main_permission]
  29. type = "group"
  30. default = "all_users"
  31. [install.language]
  32. ask.en = "Choose the application language"
  33. ask.fr = "Choisissez la langue de l'application"
  34. type = "select"
  35. choices = ["fr", "en"]
  36. default = "fr"
  37. [install.admin]
  38. type = "user"
  39. [resources]
  40. [resources.sources]
  41. [resources.sources.main]
  42. url = "https://github.com/open-webui/open-webui/archive/refs/tags/v0.6.25.tar.gz"
  43. sha256 = "38658ed08583e784ccbc1dbd52fbcb1a27ff41d62b1fff59048a30f47de16f0d"
  44. autoupdate.strategy = "latest_github_tag"
  45. [resources.system_user]
  46. [resources.install_dir]
  47. [resources.data_dir]
  48. [resources.permissions]
  49. main.url = "/"
  50. [resources.ports]
  51. [resources.apt]
  52. packages = "ffmpeg, python3-venv, python3-pip, python3-dev"