postrust-proxy
Reverse proxy for Postrust with load balancing and automatic TLS certificates.
- Routes requests to one or more Postrust backends with load balancing.
- Obtains and renews TLS certificates automatically via ACME.
- Supports multi-tenant custom domains.
Install
Part of Postrust
Postrust turns a PostgreSQL database into a REST and GraphQL API. It is published as a set of crates so you can depend on only the part you need:
| Crate | Role | Docs |
|---|---|---|
postrust-server |
HTTP server | docs.rs |
postrust-core |
Engine | docs.rs |
postrust-sql |
SQL builder | docs.rs |
postrust-auth |
Authentication | docs.rs |
postrust-response |
Response formatting | docs.rs |
postrust-graphql |
GraphQL | docs.rs |
postrust-lambda |
AWS Lambda | docs.rs |
postrust-worker |
Cloudflare Workers | docs.rs |
postrust-proxy (this crate) |
Reverse proxy | docs.rs |
Links
- Website: https://postrust.org/
- Documentation: https://postrust.org/docs
- Repository: https://github.com/postrust/postrust
- API docs for this crate: https://docs.rs/postrust-proxy
License
MIT -- see LICENSE.