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