| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- #:schema https://raw.githubusercontent.com/YunoHost/apps/main/schemas/manifest.v2.schema.json
- packaging_format = 2
- id = "openwebui"
- name = "Open WebUI"
- description.en = "User-friendly AI Interface (Supports Ollama, OpenAI API, ...)"
- description.fr = "Interface IA conviviale (Supporte Ollama, API OpenAI, ...)"
- version = "0.6.13~ynh1"
- maintainers = ["DeMiro5001"]
- [upstream]
- license = "BSD-3-Clause"
- website = "https://openwebui.com/"
- admindoc = "https://docs.openwebui.com/getting-started/"
- userdoc = "https://docs.openwebui.com/category/-tutorials"
- code = "https://github.com/open-webui/open-webui"
- [integration]
- yunohost = ">= 12.0.9"
- helpers_version = "2.1"
- architectures = "all"
- multi_instance = true
- ldap = true
- sso = false
- disk = "2G"
- ram.build = "250M"
- ram.runtime = "2G"
- [install]
- [install.domain]
- type = "domain"
- [install.init_main_permission]
- type = "group"
- default = "all_users"
- [install.language]
- ask.en = "Choose the application language"
- ask.fr = "Choisissez la langue de l'application"
- type = "select"
- choices = ["fr", "en"]
- default = "fr"
- [install.admin]
- type = "user"
- [resources]
- [resources.sources]
- [resources.sources.main]
- url = "https://github.com/open-webui/open-webui/archive/refs/tags/v0.6.13.tar.gz"
- sha256 = "fac82929489b70f38ee2bb2a1ce7857d431c94417f48142eb3574947b8beed8c"
- autoupdate.strategy = "latest_github_tag"
- [resources.system_user]
- [resources.install_dir]
- [resources.data_dir]
- [resources.permissions]
- main.url = "/"
- [resources.ports]
- [resources.apt]
- packages = "ffmpeg, python3-venv, python3-pip, python3-dev"
|