This website requires JavaScript.
Explore
Help
Register
Sign In
UniqAI
/
open-webui
Watch
1
Star
0
Fork
0
You've already forked open-webui
mirror of
https://github.com/open-webui/open-webui
synced
2024-11-06 08:56:39 +00:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
a579f5f8cf
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 03:38:30 +00:00
PORT
=
"
${
PORT
:-
8080
}
"
uvicorn main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload
Reference in New Issue
Copy Permalink