From 20d6a59535f9205b6e3d63c31c4c75d51b1c7df4 Mon Sep 17 00:00:00 2001 From: Oide Brett <32061073+oidebrett@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:09:49 +0100 Subject: [PATCH] Update middlewaremanager.mdx --- .../community-guides/middlewaremanager.mdx | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/self-host/community-guides/middlewaremanager.mdx b/self-host/community-guides/middlewaremanager.mdx index 251da7a..c1b1ae3 100644 --- a/self-host/community-guides/middlewaremanager.mdx +++ b/self-host/community-guides/middlewaremanager.mdx @@ -96,21 +96,8 @@ providers: --- -## Step 4: Enable Badger Plugin -In `traefik_config.yml`: - -```yaml -experimental: - plugins: - badger: - moduleName: "github.com/fosrl/badger" - version: "v1.0.0" -``` - ---- - -## Step 5: Start Services +## Step 4: Start Services ```bash docker compose up -d @@ -118,7 +105,7 @@ docker compose up -d --- -## Step 6: Access the UI +## Step 5: Access the UI Middleware Manager runs at: 👉 [http://localhost:3456](http://localhost:3456)