From 6ed2a1cb2f83bdf1ae804b7bae8cd7496eb632bc Mon Sep 17 00:00:00 2001 From: otbutz Date: Mon, 9 May 2022 10:24:49 +0200 Subject: [PATCH] docs: add caddy to readme.md (#3324) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e14f5a4f..0ff5a669c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [![Matrix](https://img.shields.io/matrix/authelia-support:matrix.org?label=matrix&logo=matrix&style=flat-square&color=blue)](https://matrix.to/#/#support:authelia.com) **Authelia** is an open-source authentication and authorization server providing two-factor authentication and single -sign-on (SSO) for your applications via a web portal. It acts as a companion for reverse proxies like [nginx], [Traefik] +sign-on (SSO) for your applications via a web portal. It acts as a companion for reverse proxies like [nginx], [Traefik], [caddy] or [HAProxy] to let them know whether requests should either be allowed or redirected to Authelia's portal for authentication. @@ -83,7 +83,7 @@ If you want to know more about the roadmap, follow [Roadmap](https://www.autheli ## Proxy support -Authelia works in combination with [nginx], [Traefik] or [HAProxy]. It can be deployed on bare metal with +Authelia works in combination with [nginx], [Traefik], [caddy] or [HAProxy]. It can be deployed on bare metal with Docker or on top of [Kubernetes].

@@ -367,6 +367,7 @@ for providing us with free licenses to their great tools. [config.template.yml]: ./config.template.yml [nginx]: https://www.nginx.com/ [Traefik]: https://traefik.io/ +[caddy]: https://caddyserver.com/ [HAProxy]: https://www.haproxy.org/ [Docker]: https://docker.com/ [Kubernetes]: https://kubernetes.io/