Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jscheah
/
open-webui
like
13
Building
App
Files
Files
Fetching metadata from the HF Docker repository...
main
open-webui
/
backend
/
dev.sh
github-actions[bot]
GitHub deploy: b2af6313f1dff7fdd5d51fdcac99a86f9ffecebc
74027ad
8 days ago
raw
Copy download link
history
blame
Safe
Wrap lines
111 Bytes
PORT=
"
${PORT:-8080}
"
uvicorn open_webui.main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload