mirror of
https://github.com/hhftechnology/middleware-manager.git
synced 2026-04-28 11:39:57 +00:00
80 lines
3.1 KiB
JSON
80 lines
3.1 KiB
JSON
[
|
|
{
|
|
"displayName": "Statiq",
|
|
"type": "middleware",
|
|
"iconPath": ".assets/statiq/icon.png",
|
|
"import": "github.com/hhftechnology/statiq",
|
|
"summary": "A feature-rich static file server inside Traefik.",
|
|
"author": "HHF Technology",
|
|
"version": "v0.3.0",
|
|
"tested_with": "Traefik v2.9+, v3.0+",
|
|
"stars": 150,
|
|
"homepage": "https://github.com/hhftechnology/statiq",
|
|
"docs": "https://github.com/hhftechnology/statiq#readme"
|
|
},
|
|
{
|
|
"displayName": "CrowdSec Bouncer",
|
|
"type": "middleware",
|
|
"iconPath": ".assets/crowdsec/icon.png",
|
|
"import": "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin",
|
|
"summary": "The official CrowdSec bouncer for Traefik to block malicious IPs.",
|
|
"author": "Maxime Lerebourg",
|
|
"version": "v1.4.2",
|
|
"tested_with": "Traefik v2.x, v3.x",
|
|
"stars": 300,
|
|
"homepage": "https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin",
|
|
"docs": "https://plugins.traefik.io/plugins/623c53a712c0b093a60f4416/crowd-sec-bouncer"
|
|
},
|
|
{
|
|
"displayName": "GeoBlock",
|
|
"type": "middleware",
|
|
"iconPath": ".assets/geoblock/icon.svg",
|
|
"import": "github.com/PascalMinder/geoblock",
|
|
"summary": "Blocks requests based on their geographical origin.",
|
|
"author": "Pascal Minder",
|
|
"version": "v0.3.2",
|
|
"tested_with": "Traefik v2.x",
|
|
"stars": 120,
|
|
"homepage": "https://github.com/PascalMinder/geoblock",
|
|
"docs": "https://plugins.traefik.io/plugins/623c53a712c0b093a60f441a/geo-block"
|
|
},
|
|
{
|
|
"displayName": "BlockPath",
|
|
"type": "middleware",
|
|
"iconPath": ".assets/blockpath/icon.svg",
|
|
"import": "github.com/traefik/plugin-blockpath",
|
|
"summary": "Blocks requests based on path, including regex and case insensitivity.",
|
|
"author": "Traefik Labs",
|
|
"version": "v0.2.0",
|
|
"tested_with": "Traefik v2.x",
|
|
"stars": 50,
|
|
"homepage": "https://github.com/traefik/plugin-blockpath",
|
|
"docs": "https://plugins.traefik.io/plugins/623c53b312c0b093a60f45ac/block-path"
|
|
},
|
|
{
|
|
"displayName": "RequestLogger",
|
|
"type": "middleware",
|
|
"iconPath": "", // Can be empty if no specific icon, or point to a generic one
|
|
"import": "github.com/acouvreur/traefik-plugin-request-logger",
|
|
"summary": "Logs incoming requests with configurable format.",
|
|
"author": "Antoine Couvreur",
|
|
"version": "v1.3.0",
|
|
"tested_with": "Traefik v2.x",
|
|
"stars": 70,
|
|
"homepage": "https://github.com/acouvreur/traefik-plugin-request-logger",
|
|
"docs": "https://plugins.traefik.io/plugins/623c53a712c0b093a60f440c/request-logger"
|
|
},
|
|
{
|
|
"displayName": "Cloudflare Warp",
|
|
"type": "middleware",
|
|
"iconPath": ".assets/cloudflarewarp/icon.png",
|
|
"import": "github.com/BetterCorp/cloudflarewarp",
|
|
"summary": "Authenticate requests through Cloudflare Warp.",
|
|
"author": "BetterCorp",
|
|
"version": "v0.1.2",
|
|
"tested_with": "Traefik v2.x",
|
|
"homepage": "https://github.com/BetterCorp/cloudflarewarp",
|
|
"docs": "https://plugins.traefik.io/plugins/62830a3ea380546bcf5399e7/cloudflare-warp-authentication"
|
|
}
|
|
// Add more plugins here following the same structure
|
|
]
|