deploy-infra / cli
caddy
Capability: caddy
Use it when
- reverse proxy with automatic TLS on a VPS
- simple HTTPS termination for docker apps
What it solves
Not the fit when
- Kubernetes orchestration
Install
brew install caddy # or download binary
Invoke
caddy reverse-proxy --from :443 --to localhost:3000 with automatic HTTPS.
Alternatives
No reviewed alternatives recorded yet.