Plugin Hub
Install and manage Traefik plugins from the UI.
How it works
- Reads/writes
experimental.pluginsin Traefik static config atTRAEFIK_STATIC_CONFIG_PATH. - Requires Traefik restart to load/unload plugin code.
Workflow
- Ensure
TRAEFIK_STATIC_CONFIG_PATHpoints to the mounted static config inside MM. - Browse catalogue or list existing plugins.
- Install: writes the plugin entry; restart Traefik.
- Create a middleware of type
pluginusing the same key. - Assign the middleware to resources.
Restart Traefik after install/remove
Static config changes do not take effect until Traefik restarts.
Troubleshooting
- Wrong static config path → install appears to “succeed” but Traefik won’t load the plugin.
- Plugin key mismatch → middleware fails to resolve.
- Check Traefik logs for plugin load errors.
Screenshot placeholder — plugin catalogue and install flow.