manifest.toml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. #:schema https://raw.githubusercontent.com/YunoHost/apps/main/schemas/manifest.v2.schema.json
  2. packaging_format = 2
  3. id = "openwebui"
  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.13~ynh1"
  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 = true
  20. ldap = true
  21. sso = false
  22. disk = "50M"
  23. ram.build = "50M"
  24. ram.runtime = "50M"
  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.13.tar.gz"
  43. sha256 = "fac82929489b70f38ee2bb2a1ce7857d431c94417f48142eb3574947b8beed8c"
  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"