Running Open-WebUI in a Virtualenv sandbox, I notice that the default network socket opens up on an IPv4-only "any" address. If I edit /srv/openwebui/lib/python3.11/site-packages/open_webui/__init__.py to replace the host: str address with "::" instead of "0.0.0.0", I can successfully access the web interface over IPv6; I don't expect this change to persist through upgrades, however. An easier way to set this would be most welcome. Thanks!
Originally created by @unquietwiki on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10221
Running Open-WebUI in a Virtualenv sandbox, I notice that the default network socket opens up on an IPv4-only "any" address. If I edit **/srv/openwebui/lib/python3.11/site-packages/open_webui/__init__.py** to replace the **host: str** address with "::" instead of "0.0.0.0", I can successfully access the web interface over IPv6; I don't expect this change to persist through upgrades, however. An easier way to set this would be most welcome. Thanks!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @unquietwiki on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10221
Running Open-WebUI in a Virtualenv sandbox, I notice that the default network socket opens up on an IPv4-only "any" address. If I edit /srv/openwebui/lib/python3.11/site-packages/open_webui/__init__.py to replace the host: str address with "::" instead of "0.0.0.0", I can successfully access the web interface over IPv6; I don't expect this change to persist through upgrades, however. An easier way to set this would be most welcome. Thanks!