Skip to content

Commit ca9c1d6

Browse files
committed
adjust traefik bouncer configuration
1 parent b42e1c6 commit ca9c1d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

crowdsec-docs/sidebarsUnversioned.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,11 @@ const sidebarsUnversionedConfig: SidebarConfig = {
515515
label: "Wordpress",
516516
id: "bouncers/wordpress",
517517
},
518+
{
519+
type: "doc",
520+
label: "Traefik",
521+
id: "bouncers/traefik",
522+
},
518523
{
519524
type: "link",
520525
label: "Third Party",

crowdsec-docs/unversioned/bouncers/traefik.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import RemediationSupportBadges from '@site/src/components/remediation-support-b
1111

1212

1313
<p align="center">
14-
<img src={useBaseUrl('/img/crowdsec_custom.svg')} alt="CrowdSec" title="CrowdSec" width="400" height="300" />
14+
<img src={useBaseUrl('/img/traefik.logo.png')} alt="CrowdSec" title="CrowdSec" width="400" height="300" />
1515
</p>
1616
<p align="center">
1717
<img src="https://img.shields.io/badge/build-pass-green"></img>
@@ -50,6 +50,7 @@ spec:
5050
```
5151
5252
You can see all the configuration options in the [bouncer documentation](https://plugins.traefik.io/plugins/6335346ca4caa9ddeffda116/crowdsec-bouncer-traefik-plugin).
53+
You can also refer to a [full traefik and CrowdSec stack on kubernetes](https://raw.githubusercontent.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/main/examples/kubernetes/README.md)
5354
5455
Now, you can install the remediation component:
5556

0 commit comments

Comments
 (0)