mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #18511] feat: Print HTTP listening port at startup #18618
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 @snobu on GitHub (Oct 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18511
Check Existing Issues
Problem Description
The INFO log messages stop here, but it's not clear what HTTP port the server is listening on. It should be the last thing it prints, to make it easily discoverable.
Desired Solution you'd like
Alternatives Considered
No response
Additional Context
No response
@taylorwilsdon commented on GitHub (Oct 22, 2025):
Used to be there, not sure when it dropped. Agreed, I think that's a useful suggestion. Would be a simple PR!
@tjbck commented on GitHub (Oct 26, 2025):
This is definitely a low priority item, unsure how it was dropped either, with that being said PR welcome!