Skip to content

Deployment

The proxy can be deployed in two ways:

Server RuntimeCloudflare Workers
Best forContainer environments (ECS, K8s, Docker)Edge deployments, low-latency global access
BackendsS3, Azure, GCSS3 only
ScalingHorizontal (multiple instances)Automatic (Cloudflare edge)
ConfigTOML file + env varsEnv vars (JSON) + Wrangler secrets
ComplexityStandard ops (containers, load balancers)Managed (no infrastructure to operate)

Both runtimes use the same core logic and support the same authentication flows. Choose based on your infrastructure preferences and backend requirements.