- .gitignore: exclude crowdsec/.crowdsec.env (bouncer API key), .env.local, and compiled Go binaries (backend/bin/, backend/healthcheck) - crowdsec/acquis.yaml: log acquisition config for CrowdSec agent - docs: update d2 and mermaid diagrams to reflect MinIO bucket renames (libnovel-chapters→chapters, libnovel-audio→audio, libnovel-browse→catalogue), remove /api/browse, update presigned URL paths
13 lines
442 B
YAML
13 lines
442 B
YAML
# CrowdSec log acquisition — tells the CrowdSec agent which logs to parse.
|
|
#
|
|
# Caddy writes JSON access logs to /var/log/caddy/access.log (mounted from the
|
|
# caddy_logs Docker volume). CrowdSec reads the same volume at the same path.
|
|
#
|
|
# The `crowdsecurity/caddy` collection (installed via COLLECTIONS env var)
|
|
# provides the parser that understands Caddy's JSON log format.
|
|
|
|
filenames:
|
|
- /var/log/caddy/access.log
|
|
labels:
|
|
type: caddy
|