FastAPI on Home Server
サンプル API。VPS のリバプロ経由でこのページを見ています。
Endpoints
/api/hello
— simple JSON
/api/info
— server info (hostname, time)
/docs
— Swagger UI (auto-generated)
/redoc
— ReDoc
Architecture
[Browser] | HTTPS v [ConoHa VPS] Caddy 2 (Let's Encrypt, reverse_proxy) | Tailscale tunnel (encrypted) v [Home Ubuntu PC] FastAPI in Docker (this server)