Update 01-overview.md

This commit is contained in:
Marvin 2025-04-05 12:27:11 +02:00 committed by GitHub
parent f0586a471f
commit 4858b08c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,16 +1,19 @@
# Overview # Overview
Due to a modular design you can extend the functionality with existing Traefik plugins, such as Crowdsec and Geoblock. Due to a modular design you can extend the functionality with existing Traefik plugins, such as Crowdsec and Geoblock.
## Traefik plugins ## Traefik plugins
See a full list of available plugins at [Plugin Catalog](https://plugins.traefik.io/plugins).
[Plugin Catalog](https://plugins.traefik.io/plugins) ### Crowdsec Bouncer
By installing crowdsec through the Pangolin installer the Crwodsec Traefik Bouncer will be installed and configured by default.
You can adjust the configuration to your needs by following this [documentation](https://docs.fossorial.io/Modules/crowdsec).
For more details see references:
[Traefik Plugin Catalog](https://plugins.traefik.io/plugins/6335346ca4caa9ddeffda116/crowdsec-bouncer-traefik-plugin)
[Github Repository](https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin)
## Crowdsec ### Geoblock
Geoblock is a simple plugin for Traefik to block or allow requests based on their country of origin. Uses [GeoJs.io](https://www.geojs.io/).
[Github Repository](https://github.com/crowdsecurity/crowdsec)
## Geoblock
For more details see references:
[Github Repository](https://github.com/PascalMinder/geoblock) [Github Repository](https://github.com/PascalMinder/geoblock)