Skip to content

Conversation

BoskyWSMFN
Copy link

The PR improves compatibility of the extension by allowing it to detect and use the correct tailscaled.sock socket path automatically, depending on how Tailscale is installed:

  • Native installation (apt/dnf):
    /var/run/tailscale/tailscaled.sock
  • Snap installation:
    /var/snap/tailscale/common/socket/tailscaled.sock

The TailscaleApiClient constructor now:

  • Checks if the native socket path exists.
  • Falls back to the snap path if needed.
  • Throws an error if neither socket is found.

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.

1 participant