This release changes the way we install Tailscale on a UniFi OS 2.x+ device, leveraging Tailscale's apt
source to do so, and configuring state storage to persist on the /data
volume. Both of these changes are intended to simplify firmware upgrades, with hope that UniFi OS will re-install and previously installed packages during the upgrade process, and that state should not be erased when doing so.
NOTE This has not yet been tested, however re-running the installer after a Firmware upgrade has been confirmed to restore Tailscale on the device. If you encounter any issues, please report them using the New Issue button.
# Install the latest version of Tailscale UDM
curl -sSLq https://raw.github.com/SierraSoftworks/tailscale-udm/main/install.sh | sh
What's Changed
- tweak: Switch to installing Tailscale using apt on UniFi OS 2.x+ by @notheotherben in #41
- feat: Store tailscaled state on /data for UniFi OS 2.x+ by @notheotherben in #42
- fix: Resolve issue with installed version on UniFi OS 2.x+ (fixes #43) by @notheotherben in #44
Full Changelog: v2.3.1...v2.3.2