From 0c8a1002bf84bcf92699e60de82b8cfb9aae38eb Mon Sep 17 00:00:00 2001 From: oidebrett Date: Wed, 10 Sep 2025 13:46:27 +0100 Subject: [PATCH 1/2] updated community guides overview and docs links --- docs.json | 4 +++- self-host/community-guides/overview.mdx | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 26f20da..ed6110d 100644 --- a/docs.json +++ b/docs.json @@ -122,7 +122,9 @@ "self-host/community-guides/geoblock", "self-host/community-guides/crowdsec", "self-host/community-guides/metrics", - "self-host/community-guides/homeassistant" + "self-host/community-guides/homeassistant", + "self-host/community-guides/middlewaremanager", + "self-host/community-guides/traefiklogsdashboard" ] }, "self-host/telemetry" diff --git a/self-host/community-guides/overview.mdx b/self-host/community-guides/overview.mdx index 4b740c4..a16ffda 100644 --- a/self-host/community-guides/overview.mdx +++ b/self-host/community-guides/overview.mdx @@ -53,3 +53,20 @@ For more details, please refer to the following resources: - [Homepage](https://grafana.com/) - [Github Repository](https://github.com/grafana/grafana) + +### Traefik Logs Dashboard + +The Traefik Logs Dashboard is a real-time dashboard for analyzing Traefik logs with IP geolocation, status code analysis, and service metrics. + +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) + From 7c1b1847df504385875f986b561a47142d7eea50 Mon Sep 17 00:00:00 2001 From: oidebrett Date: Wed, 10 Sep 2025 14:19:10 +0100 Subject: [PATCH 2/2] 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) -