ワンクリックで
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).