This commit is contained in:
Slaviša Arežina
2025-11-05 14:20:33 +01:00
committed by GitHub
parent b2ee06d8cb
commit fb1a558dc6
3 changed files with 23 additions and 63 deletions

View File

@@ -12,7 +12,7 @@
"documentation": "https://docs.openwebui.com/",
"website": "https://openwebui.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/open-webui.webp",
"config_path": "/opt/open-webui/.env",
"config_path": "/root/.env",
"description": "OpenWebUI is a self-hosted, web-based interface that allows you to run AI models entirely offline. It integrates with various LLM runners, such as OpenAI and Ollama, and supports features like markdown and LaTeX rendering, model management, and voice/video calls. It also offers multilingual support and the ability to generate images using APIs like DALL-E or ComfyUI",
"install_methods": [
{
@@ -23,7 +23,7 @@
"ram": 8192,
"hdd": 25,
"os": "debian",
"version": "12"
"version": "13"
}
}
],
@@ -35,6 +35,10 @@
{
"text": "Script contains optional installation of Ollama.",
"type": "info"
},
{
"text": "Initial run of the application/container can take some time, depending on your host speed, as the application is installed/updated at runtime. Please be patient!",
"type": "warning"
}
]
}