Loopback-first Web Service with private Serve and public Funnel - #475
Open
Adam-Dalloul wants to merge 6 commits into
Open
Loopback-first Web Service with private Serve and public Funnel#475Adam-Dalloul wants to merge 6 commits into
Adam-Dalloul wants to merge 6 commits into
Conversation
Start no longer binds 0.0.0.0 unless the user turns on LAN access. Missing bind-mode metadata is loopback. Bearer and WebSocket tokens compare without an early exit on the first differing byte. codeg-server still uses CODEG_HOST (default 0.0.0.0). Phone/anywhere HTTPS remains the existing Funnel sidecar work.
Adam-Dalloul
force-pushed
the
web-service-loopback-first
branch
from
August 16, 2026 17:01
8e57403 to
7286748
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.
Web Service Start was binding
0.0.0.0even when the address picker only displayed loopback.This PR:
127.0.0.1codeg-tsnet(officialtsnetv1.102.2). No Tailscale app on the PC. First flip opens Tailscale login in the browser, then Codeg is the node.{url, token, mode}for Codeg iOS (codeg-ios#5)Rebuild Codeg (
pnpm tauri:prepare-sidecarsneeds Go) to ship the sidecar. iOS still needsbootstrap_tailscalekit.shon a Mac.