Polish ringtail NixOS config and add documentation #208
1 changed files with 5 additions and 0 deletions
Add ringtail to services-check (SSH + Tailscale)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
91ed79578f
|
|
@ -83,6 +83,11 @@ check_http "CV" "https://cv.ops.eblu.me/"
|
|||
check_http "Ntfy" "https://ntfy.ops.eblu.me/v1/health"
|
||||
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'"
|
||||
|
||||
echo ""
|
||||
echo "Public services (via Fly.io):"
|
||||
check_http "Docs (public)" "https://docs.eblu.me/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue