Plugins

Installed Plugins

No plugins installed yet. Browse the catalog below to discover available plugins.

Plugin Catalog

Browse plugins from the Traefik Plugin Catalog. Click Install to add a plugin to your Traefik configuration. After installing a plugin, restart the Traefik container for it to take effect.

extension

Loading plugin catalog...

Plugin Information

Traefik plugins are loaded via the experimental.plugins section in traefik.yml. Each plugin must specify a module name (GitHub path) and a version. See the Traefik Plugin documentation for details.

experimental:
  plugins:
    myplugin:
      moduleName: github.com/author/my-plugin
      version: v0.1.0