Tailscale
Tailscale
I run Tailscale on my devices, including those with PostmarketOS.
Tailscale is one of the fewthings I do not put in a docker container…. I’m not sure it would even be possible…. installation is straightforward but there are no alpine linux specific instructions.
Alpine Linux has a tailscale package.
Installation steps:
1) Install Tailscale on Alpine Linux
doas apk add tailscale
2) Use OpenRC to enable and start the service
doas rc-update add tailscale
doas rc-service tailscale start
3) Connect your machine to your Tailscale network
tailscale up
Authenticate using the provided internet address You’re connected! You can find your Tailscale IPv4 address by running:
tailscale ip -4