mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-12 07:05:56 -07:00
f6dca0c5ad
Docker CI / Docker Build & Push (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
25 lines
689 B
Markdown
25 lines
689 B
Markdown
---
|
|
title: Crowdsec
|
|
description: Crowdsec Widget Configuration
|
|
---
|
|
|
|
Learn more about [Crowdsec](https://crowdsec.net).
|
|
|
|
See the [crowdsec docs](https://docs.crowdsec.net/docs/local_api/intro/#machines) for information about registering a machine,
|
|
in most instances you can use the default credentials (`/etc/crowdsec/local_api_credentials.yaml`).
|
|
|
|
!!! note
|
|
|
|
`alerts` counts alerts raised by your own engine in the last 24 hours. Alerts originating from the
|
|
CrowdSec community blocklist are excluded.
|
|
|
|
Allowed fields: `["alerts", "bans"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: crowdsec
|
|
url: http://crowdsechostorip:port
|
|
username: localhost # machine_id in crowdsec
|
|
password: password
|
|
```
|