New Scripts
I created two new scripts—handy one-liners—to get servers ready quickly. One installs Docker and Tailscale; the other grants an LXC container the right host access.
Docker Tailscale
This script installs curl, Docker, and Tailscale on a VM/LXC.
Run the script
wget https://docs.jonco.dev/scripts/docker-tailscale.sh && bash docker-tailscale.sh
LXC Tailscale
Run on Proxmox Host
This script prompts for the container ID, adds the required lines to the configuration, then reboots the container (skip reboot if it’s already off).
Run the script
wget https://docs.jonco.dev/scripts/lxc-tailscale.sh && bash lxc-tailscale.sh