mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-03-02 08:46:45 +00:00
updated formatting
This commit is contained in:
@@ -1,9 +1,16 @@
|
|||||||
# Enhancing Your Pangolin Deployment with the Middleware Manager
|
---
|
||||||
|
title: "Middleware Manager"
|
||||||
|
---
|
||||||
|
|
||||||
<Note>
|
<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).
|
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>
|
</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**
|
:warning: **Security Warning**
|
||||||
Middlewares can strengthen security but also create vulnerabilities if misconfigured.
|
Middlewares can strengthen security but also create vulnerabilities if misconfigured.
|
||||||
* Test in staging before production.
|
* 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
|
### Key Use Cases
|
||||||
* External authentication (Authelia, Authentik, JWT)
|
* External authentication (Authelia, Authentik, JWT)
|
||||||
@@ -159,13 +162,12 @@ middlewares:
|
|||||||
|
|
||||||
## Final Notes
|
## Final Notes
|
||||||
|
|
||||||
The Middleware Manager bridges Pangolin’s simplicity with Traefik’s powerful middleware ecosystem.
|
The Middleware Manager gives you a UI to work with Traefik’s powerful middleware ecosystem.
|
||||||
|
|
||||||
* Start with simple configs → test thoroughly → expand gradually.
|
* Start with simple configs → test thoroughly → expand gradually.
|
||||||
* Use templates where possible.
|
* Use templates where possible.
|
||||||
* Always validate in staging before production.
|
* Always validate in staging before production.
|
||||||
|
|
||||||
Happy proxying 🚀
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
## Enhanced Traefik Log Dashboard with Pangolin
|
---
|
||||||
|
title: "Traefik Log Dashboard"
|
||||||
|
---
|
||||||
|
|
||||||
<Note>
|
<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).
|
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).
|
||||||
|
|||||||
Reference in New Issue
Block a user