원클릭으로
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 직업 분류 기준
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
| 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).