2 Examples
maxpeterkaya edited this page 2026-09-23 12:40:40 -04:00

Runnable setups that show web-proxy in each run mode. Every example keeps its code and its own README in the repository, so follow the link for the full files.

Example Description Source
Container middleware Embeds web-proxy in the same container as your application via an entrypoint examples/container-middleware
Container proxy Runs web-proxy as a separate container in front of another service examples/container-proxy
Load balancer Round robins across two upstreams with health-check failover examples/load-balancer
Static website Builds a frontend and serves it through static mode examples/static-website
Authentication Wires a container up with each auth type examples/authentication
Blocking Rejects matching user agent substrings and client IP ranges with 402 examples/blocking
Bot guard Scores requests and applies severity-tier actions in front of an upstream examples/bot-guard
  • Installation - npm, container, and binary install paths
  • Usage - run modes and the full variable reference
  • Authentication - every auth type and its configuration