Tailscale
| Description / name | Input element |
|---|---|
| Container Registry | |
| Container Configuration Root Path | |
| Tailscale /config Path |
Zero-config mesh VPN built on WireGuard — securely connect your devices without port forwarding or firewall changes.
| Registry | ghcr.io/daemonless/tailscale |
| Daemonless | daemonless/tailscale |
| Source | tailscale/tailscale |
| Website | tailscale.com |
Version Tags
| Tag | Description | Best For |
|---|---|---|
latest / pkg |
FreeBSD Quarterly. Uses stable, tested packages. | Most users — recommended. |
pkg-latest |
FreeBSD Latest. Rolling package updates. | Staying current. |
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions, including the security model for host vs. container privileges.
Deployment
Save as compose.yaml, then run podman-compose up -d.
Save as run.sh, then run sh run.sh.
Save as tailscale-deploy.yaml, then run ansible-playbook tailscale-deploy.yaml.
Save the files above, then run appjail-director up.
Save the files above, then run sh run.sh.
Experimental
Bastille's OCI support is experimental. It requires buildah and shares the host network stack (inherit). Mount volumes with --volume HOST JAIL; without it, image-declared volumes are stored under ${bastille_volumesdir}/${jail}.
Save as bastille-compose.yml, then run bastille up.
Interactive Configuration
Parameters
Environment Variables
| Variable | Default | Description |
|---|---|---|
TS_AUTHKEY |
tskey-auth-xxxx |
Tailscale Auth Key for automatic login — create one at https://login.tailscale.com/admin/settings/keys |
TS_EXTRA_ARGS |
--advertise-exit-node |
Additional arguments for tailscale up |
Volumes
| Path | Description |
|---|---|
/config |
State directory (tailscaled.state) |
Implementation Details
- Architectures: amd64
- User:
root(UID/GID set via PUID/PGID). Defaults to1000:1000. - Base: Built on
ghcr.io/daemonless/base(FreeBSD 15.1).
Need help? Join our Discord community.