|
|
@@ -5,9 +5,10 @@ packaging_format = 2
|
|
|
id = "open-webui"
|
|
|
name = "Open WebUI"
|
|
|
description.en = "User-friendly AI Interface (Supports Ollama, OpenAI API, ...)"
|
|
|
+description.de = "User-friendly AI Interface (Supports Ollama, OpenAI API, ...)"
|
|
|
description.fr = "Interface IA conviviale (Supporte Ollama, API OpenAI, ...)"
|
|
|
|
|
|
-version = "0.6.26~ynh1"
|
|
|
+version = "0.6.33~ynh1"
|
|
|
|
|
|
maintainers = ["DeMiro5001"]
|
|
|
|
|
|
@@ -43,9 +44,10 @@ ram.runtime = "2G"
|
|
|
[install.language]
|
|
|
ask.en = "Choose the application language"
|
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
|
+ ask.fr = "Wähle eine Sprache"
|
|
|
type = "select"
|
|
|
- choices = ["fr", "en"]
|
|
|
- default = "fr"
|
|
|
+ choices = ["fr", "en", "de"]
|
|
|
+ default = "en"
|
|
|
|
|
|
[install.admin]
|
|
|
type = "user"
|
|
|
@@ -55,8 +57,8 @@ ram.runtime = "2G"
|
|
|
[resources.sources]
|
|
|
|
|
|
[resources.sources.main]
|
|
|
- url = "https://github.com/open-webui/open-webui/archive/refs/tags/v0.6.26.tar.gz"
|
|
|
- sha256 = "84ddab75d405b814412d854f1709443906bf51589ba6660e8bb50d89de88faaf"
|
|
|
+ url = "https://github.com/open-webui/open-webui/archive/refs/tags/v0.6.33.tar.gz"
|
|
|
+ sha256 = "a637578903c9d6ede88d9ccc1badaf3b08f617008069a5ce52a13ad6c16afd43"
|
|
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|