Přeskočit obsah

Quick Start

1. SSH přístup

ssh root@46.224.121.179

2. Kontrola služeb

pm2 list
docker ps

3. Test domén

for h in chat law hub router; do
  curl -s -o /dev/null -w "%{http_code} - $h.czechai.io\n" https://$h.czechai.io
done