Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace tailscale binary with tailscaled unix socket #83

Merged
merged 2 commits into from
Jun 28, 2023

Conversation

marwan-at-work
Copy link
Contributor

@marwan-at-work marwan-at-work commented Jun 28, 2023

We currently check for existence of the tailscale binary just for guessing at whether you have tailscale installed. However, we already show a similar message when tsrelay returns a NOT_RUNNING state.

Furthermore, showing those pop ups on first install when we already have a walkthrough to show you how to install Tailscale is not a pleasant experience.

Therefore, this PR removes the manual checks for the binary and switches the VSCode configuration to be for setting the unix socket

Updates #76

README.md Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
Copy link
Contributor

@tylersmalley tylersmalley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple small things, but aside from those this LGTM.

Tested the case where Tailscale is not installed. An error is presented on the Funnel panel with a link to install.

image

@marwan-at-work marwan-at-work merged commit cf36726 into main Jun 28, 2023
2 checks passed
@marwan-at-work marwan-at-work deleted the marwan/rmbin branch June 28, 2023 16:20
tylersmalley pushed a commit that referenced this pull request Jun 29, 2023
We currently check for existence of the `tailscale` binary just for
guessing at whether you have tailscale installed. However, we already
show a similar message when tsrelay returns a NOT_RUNNING state.

Furthermore, showing those pop ups on first install when we already have
a walkthrough to show you how to install Tailscale is not a pleasant
experience.

Therefore, this PR removes the manual checks for the binary and switches
the VSCode configuration to be for setting the unix socket

Updates #76

(cherry picked from commit cf36726)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants