#!/bin/bash VPS="uroma2@95.216.124.247" echo "=== Service Status ===" ssh "$VPS" "sudo systemctl status wiki-vector-chat --no-pager -l" 2>&1 | head -15 echo "" echo "=== Health ===" ssh "$VPS" "curl -s http://127.0.0.1:8770/health" echo "" echo "" echo "=== Providers ===" ssh "$VPS" "curl -s http://127.0.0.1:8770/providers" echo ""