You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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
Contributes to#2779. This adds Tailscale networking in addition to WebRTC. It is disabled by default, clients must opt-in (and it's hidden). The rollout plan is:
Dogfood Tailscale networking for ~1 week.
If all is stable and well, release with it as the default.
Remove WebRTC networking the subsequent week.
The delta should be -3,000 lines of code 😎... not to mention so so so many bugs fixed.
Todo
Add a global toggle to enable Tailscale networking. This should also impact clients looking to create connections.
Refactor the workspace agent retry loop into an agent-client creator.
Makeagent.TailscaleConn.Ping() work!
RenameHTTPForTests in the Tailscale fork toForceHTTP.
The DERPMap should be fetched on agent reconnect.
Might do
Display connected regions with latencies in the UI.
Allow DERP URLs to be specified. This allows Tailscale's hosted DERP servers to be used with Coder,just like Headscale.
Did some tests and confirmed#3316 and the terminal hanging is resolved, the tunnel also works. 🎉 The first time I tried it, I did have to manually reload the pop-up window in order to get things to load, however. I have not been able to reproduce sense. Maybe it was a one-off error?
final_630e1f4ccd265a00839746cf_4775.mp4
I also see somewhat surprising logs, although things seem stable during code-server usage
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.
Uh oh!
There was an error while loading.Please reload this page.
Contributes to#2779. This adds Tailscale networking in addition to WebRTC. It is disabled by default, clients must opt-in (and it's hidden). The rollout plan is:
The delta should be -3,000 lines of code 😎... not to mention so so so many bugs fixed.
Todo
agent.TailscaleConn.Ping()
work!HTTPForTests
in the Tailscale fork toForceHTTP
.Might do