Status: IN
The catbeez-arcade application binds to 127.0.0.1:8000 (localhost only) and is not directly accessible from the internet.
Source: entries/2026/05/11/deployments-catbeez-arcade.md
# From catbeez-arcade/deploy-prod.py — app on localhost:8000, Caddy handles external
CADDYFILE = """\
catbeez.com {
\treverse_proxy localhost:8000
}
"""
# App binds 127.0.0.1:8000, only reachable via Caddy reverse proxy