-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.conf
More file actions
16 lines (15 loc) · 1.11 KB
/
Copy pathplugins.conf
File metadata and controls
16 lines (15 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Traefik Plugins Configuration
# Format: PLUGIN_NAME|GITHUB_REPO|MODULE_NAME|SHORT_DESCRIPTION
#
# PLUGIN_NAME: Internal name used for the plugin (used in traefik.yml)
# GITHUB_REPO: Full GitHub repository URL
# MODULE_NAME: Go module name (typically the repo path)
# SHORT_DESCRIPTION: Brief description of what the plugin does
#
# Add new plugins by following this format:
# pluginname|https://github.com/owner/repo|github.com/owner/repo|Description
geoblock|https://github.com/CangioUni/traefik-geoblock-plugin|github.com/CangioUni/traefik-geoblock-plugin|Geographic blocking based on IP location
totp|https://github.com/CangioUni/traefik-totp-plugin|github.com/CangioUni/traefik-totp-plugin|Two-factor authentication using TOTP
apikey|https://github.com/CangioUni/traefik-apikey-plugin|github.com/CangioUni/traefik-apikey-plugin|API key authentication middleware
passkey|https://github.com/CangioUni/traefik-passkey-plugin|github.com/CangioUni/traefik-passkey-plugin|WebAuthn/Passkey authentication
threat|https://github.com/CangioUni/traefik-threat-plugin|github.com/CangioUni/traefik-threat-plugin|Threat detection and IP blocking