-
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
-
v0.1.0 -- Initial Release Stable
released this
2026-09-12 17:26:17 -06:00 | 2 commits to devel since this releaseInitial release of Placeholder API, a small service for generating configurable placeholder images.
Highlights
- Endpoints for generating SVG and PNG images
- Configurable width, height, and font size
- Health check endpoint
- Response and in-memory caching
- Per-client rate limiting
- Gunicorn and Podman support
- BSD 3-Clause licensed
See the README for setup and usage details.
Downloads