Mirror of tailscale/tailscale-qpkg@github.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Denton Gentry ba06f79f6f
Makefile: update to Tailscale 1.36.1.
2 months ago
Tailscale fixed script error 3 months ago
build Prepare to list in QNAP App Center 4 months ago
.gitignore Update to Tailscale 1.34.2 3 months ago
LICENSE Initial commit 3 years ago
Makefile Makefile: update to Tailscale 1.36.1. 2 months ago
README.md Update README.md 2 months ago

README.md

Tailscale package for QNAP NAS

This repository includes build scripts for building Tailscale client QPKG for use in QNAP NAS devices.

Build

The build depends on Docker and make. All other build dependencies are downloaded in the Docker containers. To invoke the build, run make build-qdk-container to build the container and run make pkg. This builds Tailscale QPKG for different platforms and stores them in out/pkg.

To configure the release number from what is in the Makefile, set the environment variable TSTAG to the release number, e.g. TRACK=unstable TSTAG=1.33.161 make pkg.

Installation

  1. Manually install Tailscale package in QNAP App Center.
  2. Open the Tailscale app and proceed with login.

Credits

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