apps/open-webui/config.json hinzugefügt

This commit is contained in:
tipi 2025-08-11 10:11:57 +00:00
parent 341cf220aa
commit 72ec375c80

View File

@ -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
}