/selfhosted-tailscale-android

Builder for the Tailscale Android app connecting to self-hosted Tailscale control server

Primary LanguageMakefileMIT LicenseMIT

Tailscale Android for self-hosted control server

This repository allows you to build the Android app for Tailscale with a custom control server address, making it possible to connect it to self-hosted deployments, such as headscale.

It works by cloning the upstream repository, applying the necessary patch to the source code to allow for a custom control server, and building the application.

The build process requires the same dependencies as the upstream project.

$ TAILSCALE_CONTROL_SERVER=https://vpn.example.com make
$ make install