horseui / backend /dev.sh
github-actions[bot]
GitHub deploy: c5ef53a09faec59df3d9039e96eb797a276a1162
1554d3e
raw
history blame contribute delete
111 Bytes
PORT="${PORT:-8080}"
uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload