From 61682e49872460bf16a179dc6e97f9347466b4d4 Mon Sep 17 00:00:00 2001 From: Julian Krieger Date: Thu, 21 Aug 2025 01:02:49 +0200 Subject: [PATCH] Update installation.mdx to include a link to the Caddy docs (#993) * Update installation.mdx to include a link to the Caddy docs Signed-off-by: Julian Krieger * Update CHANGELOG.md to include documentation changes Signed-off-by: Julian Krieger --------- Signed-off-by: Julian Krieger --- docs/docs/CHANGELOG.md | 2 +- docs/docs/admin/installation.mdx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 5bfc929..82e553a 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - +- Added a missiling link to the Caddy installation environment in the installation documentation. - Downstream consumers can change the default [log/slog#Logger](https://pkg.go.dev/log/slog#Logger) instance that Anubis uses by setting `opts.Logger` to your slog instance of choice ([#864](https://github.com/TecharoHQ/anubis/issues/864)). - The [Thoth client](https://anubis.techaro.lol/docs/admin/thoth) is now public in the repo instead of being an internal package. - [Custom-AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client)'s default User-Agent has an increased weight by default ([#852](https://github.com/TecharoHQ/anubis/issues/852)). diff --git a/docs/docs/admin/installation.mdx b/docs/docs/admin/installation.mdx index bdc9426..04da9f4 100644 --- a/docs/docs/admin/installation.mdx +++ b/docs/docs/admin/installation.mdx @@ -178,6 +178,7 @@ Alternatively here is a key generated by your browser: To get Anubis filtering your traffic, you need to make sure it's added to your HTTP load balancer or platform configuration. See the [environments category](/docs/category/environments) for detailed information on individual environments. - [Apache](./environments/apache.mdx) +- [Caddy](./environments/caddy.mdx) - [Docker compose](./environments/docker-compose.mdx) - [Kubernetes](./environments/kubernetes.mdx) - [Nginx](./environments/nginx.mdx)