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) +