Polish ringtail NixOS config and add documentation #208
1 changed files with 1 additions and 1 deletions
Fix ringtail tailscale check: use jq instead of grep
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
74352603cc
|
|
@ -86,7 +86,7 @@ check_http "Frigate" "https://nvr.ops.eblu.me/api/version"
|
|||
echo ""
|
||||
echo "Ringtail (NixOS):"
|
||||
check_service "ssh" "ssh -o ConnectTimeout=5 ringtail true"
|
||||
check_service "tailscale" "ssh ringtail 'tailscale status --self --json' | grep -q '\"Online\":true'"
|
||||
check_service "tailscale" "ssh ringtail 'tailscale status --self --json' | jq -e '.Self.Online' > /dev/null"
|
||||
|
||||
echo ""
|
||||
echo "Public services (via Fly.io):"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue