更新 Open-WebUI 配置,删除无关文件及数据属性

This commit is contained in:
brightching 2024-06-06 13:38:22 +08:00
parent 6ee22c9dc0
commit ff3a0b4640
5 changed files with 0 additions and 50 deletions

View File

@ -1,17 +0,0 @@
additionalProperties:
formFields:
- default: 3000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Open WebUI run port
labelZh: Open WebUI 运行端口
required: true
rule: paramPort
type: number
- default: http://10.2.2.2:11434/v1
edit: true
envKey: OLLAMA_BASE_URL
labelEn: OLLAMA_BASE_URL
labelZh: OLLAMA_BASE_URL代理URL
required: true
type: text

View File

@ -1,14 +0,0 @@
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: ${CONTAINER_NAME}
restart: always
environment:
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL}
volumes:
- ./data/data:/home/nacos/data
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
networks:
1panel-network:
external: true

View File

@ -1,19 +0,0 @@
name: open-webui
tags:
- AI
title: Open web是一种可扩展、功能丰富、用户友好的自托管web旨在完全离线运行。
description: Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs.
additionalProperties:
key: open-webui
name: open-webui
tags:
- AI
shortDescZh: Open web是一种可扩展、功能丰富、用户友好的自托管web旨在完全离线运行。
shortDescEn: Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline.
type: tool
crossVersionUpdate: false
limit: 1
recommend: 0
website: https://docs.openwebui.com/
github: https://github.com/open-webui/open-webui
document: https://docs.openwebui.com/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB