Overview

A fork of the Traefik reverse proxy with custom plugins functionality.

Features

  • Loading custom plugin, below is a example config for custom plugins loading in the traefik.yaml file

Configuration

experimental:
  customPlugins:
    egommerce-auth:
      moduleName: egommerce-auth
      moduleUrl: gitea:https://git.pbiernat.space/traefik/plugin-egommerce-auth
      version: v1.0.0