updated formatting

This commit is contained in:
Ivo Brett
2025-08-20 16:36:00 +01:00
parent 20d6a59535
commit 0d290b5416
2 changed files with 12 additions and 8 deletions

View File

@@ -1,9 +1,16 @@
# Enhancing Your Pangolin Deployment with the Middleware Manager
---
title: "Middleware Manager"
---
<Note>
This is a community guide and not officially supported. For issues, contributions, or bug reports, please use the [official GitHub repository](https://github.com/hhftechnology/middleware-manager).
</Note>
## What is Middleware Manager?
The **Middleware Manager** is a microservice that extends your existing traefik deployments.
It provides a **web UI** to attach Traefik middlewares to resources without editing Pangolin itself.
:warning: **Security Warning**
Middlewares can strengthen security but also create vulnerabilities if misconfigured.
* Test in staging before production.
@@ -15,10 +22,6 @@ Middlewares can strengthen security but also create vulnerabilities if misconfig
---
## What is Middleware Manager?
The **Pangolin Middleware Manager** is a microservice that extends your existing Pangolin deployment.
It provides a **web UI** to attach Traefik middlewares to resources without editing Pangolin itself.
### Key Use Cases
* External authentication (Authelia, Authentik, JWT)
@@ -159,13 +162,12 @@ middlewares:
## Final Notes
The Middleware Manager bridges Pangolins simplicity with Traefiks powerful middleware ecosystem.
The Middleware Manager gives you a UI to work with Traefiks powerful middleware ecosystem.
* Start with simple configs → test thoroughly → expand gradually.
* Use templates where possible.
* Always validate in staging before production.
Happy proxying 🚀
```

View File

@@ -1,4 +1,6 @@
## Enhanced Traefik Log Dashboard with Pangolin
---
title: "Traefik Log Dashboard"
---
<Note>
This is a community guide and is not officially supported. For issues or advanced configuration, please visit the [official repository](https://github.com/hhftechnology/traefik-log-dashboard).