tailscale / tailscale-qpkg

Package Tailscale client in QPKG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailscale package for QNAP NAS

QPKG client for Tailscale.

Tailscale package for QNAP NAS

File issues at: https://github.com/tailscale/tailscale-qpkg/issues

Installation

See the QNAP installation guide on the Tailscale website.

Building from source

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.

Precompiled packages

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!

Credits

Thanks to @ivokub for originally creating the Tailscale QPKGs project and transferring it to Tailscale's GitHub org.

About

Package Tailscale client in QPKG

License:MIT License