manifest.toml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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 = false
  21. sso = false
  22. disk = "50M"
  23. ram.build = "50M"
  24. ram.runtime = "50M"
  25. [install]
  26. [install.domain]
  27. type = "domain"
  28. [install.path]
  29. type = "path"
  30. default = "/openwebui"
  31. [install.init_main_permission]
  32. type = "group"
  33. default = "all_users"
  34. [install.admin]
  35. type = "user"
  36. [install.password]
  37. help.en = "Use the help field to add an information for the admin about this question."
  38. help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
  39. type = "password"
  40. [resources]
  41. [resources.sources]
  42. [resources.sources.main]
  43. url = "https://github.com/open-webui/open-webui/archive/refs/tags/v0.6.13.tar.gz"
  44. sha256 = "fac82929489b70f38ee2bb2a1ce7857d431c94417f48142eb3574947b8beed8c"
  45. autoupdate.strategy = "latest_github_tag"
  46. [resources.system_user]
  47. [resources.install_dir]
  48. [resources.data_dir]
  49. [resources.permissions]
  50. main.url = "/"
  51. [resources.ports]
  52. [resources.apt]
  53. packages = "mariadb-server"
  54. [resources.database]
  55. type = "mysql"