This website requires JavaScript.
Explore
Help
Sign In
root
/
open-webui
mirror of
https://github.com/open-webui/open-webui.git
Watch
1
Star
0
Fork
You've already forked open-webui
0
Code
Issues
Actions
11
Packages
Projects
Releases
Wiki
Activity
76806a998f
open-webui
/
backend
/
dev.sh
2 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
refac: SERVER_PORT renamed to PORT
2024-01-13 11:38:30 +08:00
PORT
=
"
${
PORT
:-
8080
}
"
uvicorn main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload