Skip to content

xzygreen/openwebui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

鸣谢

VTEXS

VTEXS is a provider of high-performance cloud infrastructure and VPS hosting services, emphasizing guaranteed resources, 24/7 expert support, and a 99.99% uptime SLA. They support open-source projects by offering hosting resources, to approved contributors.

Open-WebUI

Only supports Huggingface deployment
Open WebUI On Huggingface This is an example – do not duplicate this Space.

Environment variables:
WEBDAV_URL https://alist.com/dav WebDAV address
WEBDAV_USERNAME WebDAV username
WEBDAV_PASSWORD WebDAV password

This project is a community-driven fork of the open-source AI platform Open WebUI. This version is not associated with or maintained by the official Open WebUI team.

Extended Configurations

HTTP Client Read Buffer Size

Adjust this value when encountering Chunk too big errors:

# Default is 64KB
AIOHTTP_CLIENT_READ_BUFFER_SIZE=65536

Registration Email Verification

Enable email verification in the admin panel, configure the WebUI URL, and set these environment variables:

# Cache
REDIS_URL=redis://:<password>@<host>:6379/0
# Email settings
SMTP_HOST=smtp.email.qq.com
SMTP_PORT=465
SMTP_USERNAME=example@qq.com
SMTP_PASSWORD=password

About

openwebui on pages with webdav

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors