This guide will walk you through setting up Cloudflared on your system.
You need to have administrative (doas) access to your system.
Add nano editor using:
doas apk update && doas apk add nano
Fetch appropriate binaries from here: https://pkgs.tailscale.com/stable/#static
Make them executible with:
chmod +x /home/mitanshu/tailscale/tailscaled
chmod +x /home/mitanshu/tailscale/tailscale
Create a bash script with nano /home/mitanshu/tailscale/start_tailscaled.sh
: