Caddy is a modern, open-source web server designed to make running web services simple, secure, and automatic by default. It is best known for its built-in HTTPS support, which can automatically obtain, renew, and manage TLS certificates without manual configuration. Caddy uses a clean, readable configuration format called the Caddyfile, allowing administrators to set up reverse proxies, static sites, and dynamic applications with minimal effort. Written in Go and built with extensibility in mind, Caddy supports plugins and works well as a front end for application servers, containers, and microservices, making it a popular choice for developers and system administrators who want a powerful web server with sane defaults and low operational overhead.
jellyfin.grey-box.net {
reverse_proxy 192.168.10.10:8096
}
jellyfin.tinygiant.dev {
reverse_proxy 192.168.10.10:8096
}