I have searched the existing issues and discussions.
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 the start.sh script in in the Docker container, allowing additional flags to be passed via container args.
Alternatives Considered
No response
Additional Context
No response
Originally created by @attilaolah on GitHub (Sep 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17918
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### 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 the `start.sh` script in in the Docker container, allowing additional flags to be passed via container args.
### Alternatives Considered
_No response_
### Additional Context
_No response_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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