mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-02 06:39:02 -05:00
[GH-ISSUE #8315] How to add a context path for both the front-end and back-end access, such as http://localhost:8080/webui #30607
Reference in New Issue
Block a user
Originally created by @szoyaung on GitHub (Jan 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8315
How to add a context path for both the front-end and back-end access, such as http://localhost:8080/webui?
I have tried the following environment variables, but none of them have been implemented:
-e FRONTEND_BUILD_DIR=../ build/webui -e CUSTOM_NAME=webui -e WEBUI_NAME=webui
@tjbck commented on GitHub (Jan 4, 2025):
This is not officially supported and won't be supported due to the complexity that comes with it, feel free to search previous discussions.