Added the ability to run the web UI on a custom port by either UserSettings or by command line argument#73
Open
caseyjmorton wants to merge 1 commit into
Conversation
…ttings or by command line argument
cbde207 to
381c320
Compare
SimonUTD
pushed a commit
to SimonUTD/LlamaBarn
that referenced
this pull request
May 15, 2026
The upstream PR adds a user-configurable web UI/API port. This merge keeps the current router-mode server flow, updates header URLs and API client port wiring, and integrates the port field into the existing SwiftUI Settings window alongside the PR ggml-org#34 controls. Constraint: Origin has been switched to https://github.com/SimonUTD/LlamaBarn.git as requested Rejected: Keep the PR's parser exactly as submitted | the included Xcode scheme passes --web-ui-port 2277 as one argument Confidence: medium Scope-risk: moderate Directive: Port-sensitive code must update LlamaServerAPI and HeaderView together Tested: git diff --cached --check; conflict marker scan Not-tested: Full app build deferred until both merge commits are complete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Working on another feature for easier onboarding for new models/quants and didnt want dev work to disturb my already-running instance of LlamaBarn, I figured it would be really nice to be able to run a dev instance on a separate port. Not sure this will get used much outside of my scenario, but I figured it would also be a good first issue as well.