https://github.com/tailscale/tailscale-qpkg
Package Tailscale client in QPKG
https://github.com/tailscale/tailscale-qpkg
Last synced: 7 months ago
JSON representation
Package Tailscale client in QPKG
- Host: GitHub
- URL: https://github.com/tailscale/tailscale-qpkg
- Owner: tailscale
- License: mit
- Created: 2020-03-18T19:46:56.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:52:15.000Z (about 2 years ago)
- Last Synced: 2025-04-23T07:07:31.121Z (about 1 year ago)
- Homepage:
- Size: 80.1 KB
- Stars: 470
- Watchers: 44
- Forks: 40
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://tailscale.com/kb/1273/qnap) on the Tailscale website.
## Building from source
The source code for the QNAP packages is kept in [Tailscale's main code repository](https://github.com/tailscale/tailscale). 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](https://pkgs.tailscale.com/stable/#qpkgs): stable releases. If you're not sure which track to use, pick this one.
- [Unstable](https://pkgs.tailscale.com/unstable/#qpkgs): the bleeding edge. Pushed early and often. Expect rough edges!
## Credits
Thanks to [@ivokub](https://github.com/ivokub/) for originally creating the Tailscale QPKGs project and transferring it to Tailscale's GitHub org.