This website requires JavaScript.
Explore
Help
Sign In
tdpeuter
/
open-webui
Watch
1
Fork
You've already forked open-webui
0
forked from
open-webui/open-webui
Code
Issues
Pull requests
1
Releases
2
Packages
Activity
Actions
eddaa7fa89
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 04:38:30 +01:00
PORT
=
"
${
PORT
:-
8080
}
"
uvicorn main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload
Copy permalink