From d413266637d4777870427372bf9883c1e53cb821 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Mon, 24 Nov 2025 10:02:42 -0500 Subject: [PATCH] fix broken warning block --- .nvmrc | 1 + self-host/community-guides/middlewaremanager.mdx | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..a45fd52 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +24 diff --git a/self-host/community-guides/middlewaremanager.mdx b/self-host/community-guides/middlewaremanager.mdx index 199a406..2eab0f1 100644 --- a/self-host/community-guides/middlewaremanager.mdx +++ b/self-host/community-guides/middlewaremanager.mdx @@ -11,7 +11,8 @@ This is a community guide and not officially supported. For issues, contribution 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** +#### Security Warning + Middlewares can strengthen security but also create vulnerabilities if misconfigured. * Test in staging before production. * Misusing forward authentication can leak credentials.