mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #3254] Is there a way to start the web ui and let it listen to 0.0.0.0? #28721
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jiayhuang on GitHub (Jun 18, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3254
Thanks for developing this tool, this is awesome! I have a very small feature requests:
Is your feature request related to a problem? Please describe.
I am trying to serve the web UI on my local server and let my other device access it. What I would expect is to have some flag like HOST to let the web UI listen to 0.0.0.0. Then my other device could access it.
Describe the solution you'd like
I tried to set HOST, but it seems to set the backend listening HOST instead of the FE node listening HOST as far as I can tell. And even setting the HOST as 0.0.0.0, I can still only access it from localhost:3000. Not sure if there is already some other recommended way I didn't find can help serving it and let me access it from other devices or I can try to add a FE_HOST flag. :D