Skip to content

angyen/tailscale-synology

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailscale package for Synology NAS

CI

Synology NAS package for Tailscale based on precompiled static binaries.

Disclaimer

You use everything here at your own risk. Make sure you have other network paths to your NAS before installing this, in case something goes wrong.

Issue Tracker

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

This repo's issue tracker is disabled. (And all historical issues have been moved so the old URLs redirect)

Installation

  1. Download precompiled releases from the page for SPKs for your platform.
  2. In the Synology DSM web admin UI, open the Package Center.
  3. Press the Manual install button and provide the SPK file.
  4. Follow the wizard until done.
  5. At this point tailscaled should be up and running.
  6. SSH into the machine, and run sudo tailscale up so you can authenticate.

NOTE: If there is no SPK for your platform, you have to compile it yourself using the instructions below.

Compatibility

The current package is confirmed to be working in different Synology models and architectures.

The package is created based on Tailscale static binaries, and if your NAS has any of the supported architectures (x86, x86_64, arm, arm64) it should just work.

If in doubt, check the synology model list for the matching architecture.

Making packages

This project builds Synology packages "by hand", based on pre-compiled tailscale static binaries.

You can build the packages using make

git clone https://github.com/tailscale/tailscale-synology.git
cd tailscale-synology/
make

If everything worked you should have a directory called spks that contains your SPK files.

Credits and References

About

Synology packages for tailscale.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 94.7%
  • Makefile 4.2%
  • SuperCollider 1.1%