mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
[GH-ISSUE #1238] feat: configurable webui name #27936
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 @terminationshok on GitHub (Mar 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1238
Is your feature request related to a problem? Please describe.
I would like to be able to change the webui name / html title / app name. In my fork, I have hard coded changes in several places.
Describe the solution you'd like
Put the values in .env and read the values at build / runtime.
Describe alternatives you've considered
Without the pull request, I will be doing merges on every update.
Additional context

@tjbck commented on GitHub (Mar 21, 2024):
I'll be gradually adding something like this to the config.json file, allowing users to customise the UI, so stay tuned for that addition! However, I must mention that editing the name of the WebUI won't be officially supported and we don't plan on adding it anytime soon. I'd suggest setting up an automated pipeline to update your forked repo when the main repo gets updated, Thanks!