mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #17918] feat: Support arbitrary Uvicorn args ("$@") #57103
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @attilaolah on GitHub (Sep 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17918
Check Existing Issues
Problem Description
I want to pass additional args to Uvicorn, e.g. TLS certificates.
Desired Solution you'd like
This could be as easy as appending
"$@"to thestart.shscript in in the Docker container, allowing additional flags to be passed via container args.Alternatives Considered
No response
Additional Context
No response