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