Tailscale Support for Secure Remote Access
This release adds Tailscale support, enabling secure mobile access from anywhere in your Tailnet - not just your local Wi-Fi network.
Added
- Tailscale support for secure remote mobile access
- New
-t, --tailscaleoption to prefer Tailscale IP for mobile server - Access mobile web UI from anywhere in your Tailnet (not just local Wi-Fi)
- WireGuard encryption provides secure communication over any network
- Automatic fallback to local IP if Tailscale is not connected
- New
Changed
- Extract
resolveServerIP()function to reduce code duplication - Unify
DEFAULT_SERVER_PORTconstant insrc/constants.ts
Usage
# Start with Tailscale IP
npx claude-code-monitor -t
# Or if installed globally
ccm -t
ccm --tailscaleFull Changelog: v1.1.11...v1.2.0