github onikan27/claude-code-monitor v1.2.0

latest releases: v1.3.1, v1.3.0
2 months ago

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, --tailscale option 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

Changed

  • Extract resolveServerIP() function to reduce code duplication
  • Unify DEFAULT_SERVER_PORT constant in src/constants.ts

Usage

# Start with Tailscale IP
npx claude-code-monitor -t

# Or if installed globally
ccm -t
ccm --tailscale

Full Changelog: v1.1.11...v1.2.0

Don't miss a new claude-code-monitor release

NewReleases is sending notifications on new releases.