river
river copied to clipboard
This repository is the future home of the River reverse proxy application, based on the pingora library from Cloudflare.
Set up initial functional tests that can be run in CI. End to end tests will be useful to ensure that things like load balancing, rate limiting, or request/response filtering...
Since performance is a top priority for River I'd like to see us develop a benchmarking system that allows us to track our own performance as well as compare to...
This is noisy and not a great idea
support show version ( --version ) ``` ❯ cargo run -- --help 2>/dev/null 2025-01-27T16:02:44.950107Z INFO river::config: Parsing CLI options River: A reverse proxy from Prossimo Usage: river [OPTIONS] Options: --validate-configs...
Integration with external auth system should be a good feature. thanks!
Not sure whether that's the best way to go, but it fixes: https://github.com/memorysafety/river/issues/69
While doing some research into the project, I stumbled upon an issue (see #5) asking for a mechanism to translate a **nginx** configuration into a **river** configuration. While quite a...
Currently, `river` can terminate TLS on a TCP socket, or listen on a Unix socket without TLS. It does not appear to support terminating TLS on a Unix socket listener....