QPKG client for Tailscale.
File issues at: https://github.com/tailscale/tailscale-qpkg/issues
See the QNAP installation guide on the Tailscale website.
The source code for the QNAP packages is kept in Tailscale's main code repository. You can build the packages from source yourself with:
git clone https://github.com/tailscale/tailscale.git
cd tailscale
./tool/go run ./cmd/dist build qnap
The build depends on Docker. All other build dependencies are downloaded in the Docker containers.
If everything worked you should have a directory called dist
that contains the QPKG files.
Tailscale also makes precompiled QNAP packages available, supporting a variety of architectures.
- Stable: stable releases. If you're not sure which track to use, pick this one.
- Unstable: the bleeding edge. Pushed early and often. Expect rough edges!
Thanks to @ivokub for originally creating the Tailscale QPKGs project and transferring it to Tailscale's GitHub org.