homepage/docs/widgets/services/crowdsec.md
2024-03-24 21:32:08 -07:00

18 lines
418 B
Markdown

---
title: Crowdsec
description: Crowdsec Widget Configuration
---
Learn more about [Crowdsec](https://crowdsec.net).
Get your API key by registering a bouncer with your instance, see the [Crowdsec docs](https://docs.crowdsec.net/docs/local_api/intro#bouncers).
Allowed fields: ["totalDecisions", "activeBans"]
```yaml
widget:
type: crowdsec
url: http://crowdsechostorip:port
key: yourcrowdsecbouncerkey
```