Show all connected Tailscale peers with connection methods
All checks were successful
Build and Release / build-and-release (push) Successful in 1m38s

Replace single connection method display with individual sub-service
rows for each online Tailscale peer. Each peer shows hostname and
connection type (direct, relay, or idle) allowing monitoring of all
connected devices and their connection quality.

Query tailscale status --json to enumerate all online peers and display
each as a separate sub-service under tailscaled.
This commit is contained in:
2025-12-09 08:35:15 +01:00
parent ffecbc3166
commit 5b1e39cfca
5 changed files with 48 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard"
version = "0.1.262"
version = "0.1.263"
edition = "2021"
[dependencies]