-
released this
2026-09-12 22:12:55 -06:00 | 0 commits to devel since this releaseAdds optional support for deployment behind a single trusted reverse proxy, including Caddy.
- Preserves client IPs for per-client rate limiting.
- Recognizes the original scheme, host, and path prefix when generating URLs.
- Supports serving the API under a subpath such as
/!/placeholder. - Adds configuration examples to the README, plus tests for forwarded headers, prefixed deployments, and client quota isolation.
Enable with
PROXY_PASS=1. Proxy support is disabled by default. When enabled, keep the backend private and accessible only through the trusted proxy.Downloads