This script automatically updats Tailscale on Synology NAS from the Tailscale website
Download the script and place it into a location of your choosing. As an example, if you are using the "admin
" account for system administration tasks, you can place the script within that accounts home folder; such as in a nested directory location like this:
/home/scripts/bash/tailscale/syno.tailscaleupdate/update_tailscale.sh
-or-
/homes/admin/scripts/bash/tailscale/syno.tailscaleupdate/update_tailscale.sh
- Open the DSM web interface
- Open the Control Panel
- Open Task Scheduler
- Click Create -> Scheduled Task -> User-defined script
- Enter Task: name as '
Syno.Tailscale Update
', and leave User: set to 'root
' - Click Schedule tab and configure per your requirements
- Click Task Settings tab
- Enter 'User-defined script' similar to:
'
bash /home/scripts/bash/tailscale/syno.tailscaleupdate/update_tailscale.sh
' ...if using the above script placement example. '/volume1
' is the default storage volume on a Synology NAS. You can determine your script directory's full pathname by looking at the Location properties of the folder with the File Station tool in the DSM:- Right-click on the folder containing the script and choose Properties
- Copy the full directory path from the Location field
- Click OK