From 72ec375c80d50c84629cde853a7efa42bfaedb15 Mon Sep 17 00:00:00 2001 From: tipi Date: Mon, 11 Aug 2025 10:11:57 +0000 Subject: [PATCH] =?UTF-8?q?apps/open-webui/config.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/open-webui/config.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 apps/open-webui/config.json diff --git a/apps/open-webui/config.json b/apps/open-webui/config.json new file mode 100644 index 0000000..fd9ecae --- /dev/null +++ b/apps/open-webui/config.json @@ -0,0 +1,35 @@ +{ + "$schema": "../app-info-schema.json", + "name": "Open WebUI", + "available": true, + "exposable": true, + "port": 8536, + "id": "open-webui", + "tipi_version": 65, + "version": "v0.11.4", + "categories": ["ai"], + "description": "Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline.", + "short_desc": "User-friendly WebUI for LLMs", + "author": "open-webui", + "source": "https://github.com/open-webui/open-webui", + "website": "https://openwebui.com/", + "form_fields": [ + { + "type": "text", + "label": "Ollama Api Url", + "placeholder": "http://ollama-cpu:11434", + "required": false, + "env_variable": "OPENWEBUI_OLLAMA_URL" + }, + { + "type": "password", + "label": "Openai Api Key", + "required": false, + "env_variable": "OPENWEBUI_OPENAI_KEY" + } + ], + "dynamic_config": true, + "supported_architectures": ["arm64", "amd64"], + "created_at": 1691943801422, + "updated_at": 1753073826257 +} \ No newline at end of file