manifest.toml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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.language]
  35. ask.en = "Choose the application language"
  36. ask.fr = "Choisissez la langue de l'application"
  37. type = "select"
  38. choices = ["fr", "en"]
  39. default = "fr"
  40. [install.admin]
  41. type = "user"
  42. [install.password]
  43. help.en = "Use the help field to add an information for the admin about this question."
  44. help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
  45. type = "password"
  46. [resources]
  47. [resources.sources]
  48. [resources.sources.main]
  49. url = "https://github.com/open-webui/open-webui/archive/refs/tags/v0.6.13.tar.gz"
  50. sha256 = "fac82929489b70f38ee2bb2a1ce7857d431c94417f48142eb3574947b8beed8c"
  51. autoupdate.strategy = "latest_github_tag"
  52. [resources.system_user]
  53. [resources.install_dir]
  54. [resources.data_dir]
  55. [resources.permissions]
  56. main.url = "/"
  57. [resources.ports]
  58. [resources.apt]
  59. packages = "mariadb-server"
  60. [resources.database]
  61. type = "mysql"