بنقرة واحدة
ts-debug
Debug Tailscale connectivity issues in the retrogames deployment
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Debug Tailscale connectivity issues in the retrogames deployment
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | ts-debug |
| description | Debug Tailscale connectivity issues in the retrogames deployment |
| user_invocable | true |
Diagnose Tailscale connectivity for the retrogames deployment.
Run these diagnostics in sequence:
cd /home/mo/data/Documents/git/retrogames
docker compose ps
docker compose logs --tail=30 tailscale
docker compose exec tailscale tailscale status 2>&1
docker compose exec tailscale tailscale serve status
docker compose exec tailscale wget -qO- --timeout=5 http://127.0.0.1:8080/ 2>&1 | head -5
grep -c TS_AUTHKEY .env
Report: auth status, serve proxy status, app reachability, and fix recommendations.
Common fixes: expired auth key (regenerate + update .env), serve misconfigured (check ts-serve.json), app unreachable (check network_mode).
Build Miyoo Rust/Zig ports (native or cross-compile for ARM)
Deploy ChaiLove games to the Miyoo Mini Plus, kill RetroArch, upload, relaunch
Build .tic cartridges and deploy to Miyoo Mini Plus via SCP
Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus
Port a web game to TIC-80 (Lua) for Miyoo Mini Plus
Package and test a ChaiLove game on the Miyoo Mini Plus via RetroArch