ferrox is a single-binary HTTP server written in Rust. If you can see this page, the process is running and accepting connections.
Routes
| GET | / | This page |
| GET | /health | Health check — returns 200 when the server is healthy |
| GET | /hello | Plain-text response for smoke tests |
| GET | /api/* | Reverse proxy to the configured upstream |
| GET | /* | Static files from ./public |