From 7c1b1847df504385875f986b561a47142d7eea50 Mon Sep 17 00:00:00 2001 From: oidebrett Date: Wed, 10 Sep 2025 14:19:10 +0100 Subject: [PATCH] moved middleware manager to plugins not metrics --- self-host/community-guides/overview.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/self-host/community-guides/overview.mdx b/self-host/community-guides/overview.mdx index a16ffda..0f93db2 100644 --- a/self-host/community-guides/overview.mdx +++ b/self-host/community-guides/overview.mdx @@ -32,6 +32,14 @@ For more details, please refer to the following resources: - [Github Repository](https://github.com/PascalMinder/geoblock) +### Middleware Manager + +The Middlware manager is a microservice that allows you to add custom middleware to Pangolin / Traefik resources. + +For more details, please refer to the following resources: + +- [Github Repository](https://github.com/hhftechnology/middleware-manager) + ## Metrics Currently you can claim metric data from Traefik and Crowdsec with Prometheus and visiulize it within a Grafana Dashboard. @@ -62,11 +70,3 @@ For more details, please refer to the following resources: - [Github Repository](https://github.com/hhftechnology/traefik-log-dashboard) -### Middleware Manager - -The Middlware manager is a microservice that allows you to add custom middleware to Pangolin / Traefik resources. - -For more details, please refer to the following resources: - -- [Github Repository](https://github.com/hhftechnology/middleware-manager) -