open-webui

open-webui

官方

Docker 应用程序 from joly0's Repository

概述

(Formerly Ollama WebUI)
ChatGPT-Style Web Interface for various LLM runners, including Ollama and OpenAI-compatible APIs

IMPORTANT: Make sure to add the following environment variable to your ollama container

  • OLLAMA_ORIGINS=*

Set your OpenAI API key (not persistant)

  • OPENAI_API_KEY

运行时参数

网络用户界面
http://[IP]:[PORT:8080]/
网络
bridge
外壳
bash
特权
false

模板配置

DataPathrw
目标
/app/backend/data
默认值
/mnt/user/appdata/open-webui
价值
/mnt/user/appdata/open-webui
WebUI PortPorttcp

Sets the port to run Open WebUI from.

目标
8080
默认值
8080
价值
8080
WEBUI_SECRET_KEYVariable

You MUST set WEBUI_SECRET_KEY to a secure, persistent value. Example command: openssl rand -base64 48

ENABLE_OLLAMA_APIVariable

Enables the use of Ollama APIs.

默认值
true|false
OLLAMA_BASE_URLVariable

Configures the Ollama backend URL.

默认值
http://localhost:11434
价值
http://localhost:11434
ENABLE_OPENAI_APIVariable

Enables the use of OpenAI APIs.

默认值
true|false
OPENAI_API_BASE_URLVariable

Configures the OpenAI base API URL.

默认值
https://api.openai.com/v1
价值
https://api.openai.com/v1
OPENAI_API_KEYVariable

Sets the OpenAI API key, e.g. sk-124781258123.

WEBUI_AUTHVariable

This setting enables or disables authentication.

默认值
true|false
CORS_ALLOW_ORIGINVariable

Sets the allowed origins for Cross-Origin Resource Sharing (CORS). Smicolon ';' separated list of allowed origins.

默认值
*
价值
*
ENABLE_CHANNELSVariable

Enables or disables channel support.

默认值
false|true
ENABLE_FOLDERSVariable

Enables or disables the folders feature, allowing users to organize their chats into folders in the sidebar.

默认值
true|false
ENABLE_NOTESVariable

Enables or disables the notes feature, allowing users to create and manage personal notes within Open WebUI.

默认值
true|false
ENABLE_MEMORIESVariable

Enables or disables the memory feature, allowing models to store and retrieve long-term information about users.

默认值
true|false
ENABLE_ADMIN_CHAT_ACCESSVariable

Enables admin users to directly access the chats of other users.

默认值
true|false
ENABLE_ADMIN_ANALYTICSVariable

Controls whether the Analytics tab is visible and accessible in the admin panel.

默认值
true|false
ENABLE_EASTER_EGGSVariable

Enables or disables easter egg features in the UI, such as special themes. Set to False to hide these optional novelty features from users.

默认值
true|false
GLOBAL_LOG_LEVELVariable

Sets the global logging level for all Open WebUI components.

默认值
INFO|DEBUG|WARNING|ERROR|CRITICAL
ENABLE_EVALUATION_ARENA_MODELSVariable

Enables or disables evaluation arena models.

默认值
true|false
ENABLE_MESSAGE_RATINGVariable

Enables message rating feature.

默认值
true|false
ENABLE_COMMUNITY_SHARINGVariable

Controls whether users can share content with the Open WebUI Community and access community resources.

默认值
true|false
HTTP_PROXYVariable

Proxy for HTTP.

HTTPS_PROXYVariable

Proxy for HTTPS.

NO_PROXYVariable

Comma-separate list of hosts/IPs that bypass the proxy.

详细信息

存储库
ghcr.io/open-webui/open-webui:main
最后更新2026-05-31
初见2024-04-21

在Unraid 上运行 open-webui 。

open-webui 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。