Tailscale¶
The Tailscale service allows configuring a Tailscale VPN client.
Configuration options¶
The full API structs for the service can be viewed online.
The following configuration options can be set:
enabled: Iftrue, enable the Tailscale service.login_server: The Tailscale login server.auth_key: A Tailscale authentication key.accept_routes: Iftrue, accept routes.advertised_routes: An array of routes to advertise.serve_enabled: Iftrue, exposelocalhost:8443(typically the Incus application) via Tailscale Serveserve_port: TCP port to expose the HTTPS server to, for example443would expose the Incus application on:https://{hostname}.{tailnet}.ts.net:443/
Warning
Enabling Tailscale Serve requires provisioning HTTPS certificates on the dashboard beforehand (documentation)