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
74f91bc74d
open-webui
/
backend
/
start.sh
4 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
fix: :hammer: start script permissions & environment
2024-01-04 00:56:11 +01:00
#!/usr/bin/env bash
uvicorn main:app --host 0.0.0.0 --port
8080
--forwarded-allow-ips
'*'
Copy permalink