From 1d8873d6cc2e87ced7505651ffbc7600ad396200 Mon Sep 17 00:00:00 2001 From: Noah Betzen Date: Fri, 7 Apr 2023 18:40:03 +0000 Subject: [PATCH] Add Caddy server to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e82291dd..8abdd662 100644 --- a/README.md +++ b/README.md @@ -1642,6 +1642,7 @@ _Related: [Booking and Scheduling](#booking-and-scheduling)_ A [proxy](https://en.wikipedia.org/wiki/Proxy_server) is a server application that acts as an intermediary between a client requesting a resource and the server providing that resource. +- [Caddy](https://caddyserver.com/) - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS. It takes care of TLS certificate renewals, OCSP stapling, static file serving, reverse proxying, Kubernetes ingress, and more. ([Source Code](https://github.com/caddyserver/caddy)) `Apache-2.0` `Go` - [imgproxy](https://imgproxy.net/) - Fast and secure standalone server for resizing and converting remote images. It works great when you need to resize multiple images on the fly without preparing a ton of cached resized images or re-doing it every time the design changes. ([Source Code](https://github.com/imgproxy/imgproxy)) `MIT` `Go/Docker` - [inlets](https://inlets.dev/) - Expose your local endpoints to the Internet - with a Kubernetes integration, Docker image and CLI available. `MIT` `Go/Docker` - [iodine](https://code.kryo.se/iodine/) - IPv4 over DNS tunnel solution, enabling you to start up a socks5 proxy listener. ([Source Code](https://github.com/yarrick/iodine)) `ISC` `C`