Add configurable server host - #97
Merged
Merged
Conversation
Blaizzy
marked this pull request as ready for review
July 25, 2026 10:28
Collaborator
|
@Blaizzy do you have a screenshot of the UI change to see? |
Owner
Author
Here you go @Lazarus-931!
Please don't merge after approval this time, I'll do it after some final changes |
Collaborator
|
understood, this looks nice @Blaizzy! |
Blaizzy
force-pushed
the
pc/dynamic-server-host
branch
from
July 25, 2026 12:55
1793df9 to
3049e6f
Compare
Blaizzy
force-pushed
the
pc/dynamic-server-host
branch
from
July 25, 2026 16:46
24b492f to
25a8bce
Compare
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.

Summary
127.0.0.1as the backward-compatible defaultHF_TOKEN_PATH,HF_HOME, and XDG locationsWhy
The server port was configurable, but the bind host and several derived URLs were still hard-coded to
127.0.0.1. This prevented users from binding Nativ to another local interface or wildcard address and caused generated integration endpoints to ignore the intended host.Impact
Users can configure both host and port from the Developer page. Changing either automatically restarts a running server after a three-second debounce, while an offline server remains offline. Existing settings continue to use the loopback default.
Validation
xcodebuild -project Nativ.xcodeproj -scheme Nativ -configuration Debug -derivedDataPath build/XcodeDerivedData CODE_SIGNING_ALLOWED=NO -skipPackageUpdates testgit diff --check