Caddy is an [[Apache v2]] licensed reverse proxy written in [[Go]].
- [Website](https://caddyserver.com)
- [Source](https://github.com/caddyserver/caddy)
- [Documentation](https://caddyserver.com/docs/)
- AlternativeTo
> Most people use Caddy as a web server or proxy, but at its core, Caddy is a server of servers. With the [requisite modules](https://caddyserver.com/docs/modules/), it can take on the role of any long-running process!
# Notability
# Philosophy
# Platform Support
# Features
## Config Adapters
Supports adapters which allow you to use different [[Data Languages]] to configure Caddy. One of the weirdest things I've seen and I approve of it. However, most of the adapters are from the same family of languages, so they are not terribly different.
- [[CUE]]
- [[HCL]]
- [[Dhall]]
# Tips
# References