- Add secubox-app-crowdsec-custom package with: - HTTP auth bruteforce detection - Path scanning detection - LuCI/uhttpd auth monitoring - Trusted IP whitelist for private networks - Fix Lyrion Docker image path to ghcr.io/lms-community/lyrionmusicserver:stable Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
220 B
YAML
10 lines
220 B
YAML
# CrowdSec acquisition for nginx reverse proxy (if used)
|
|
# Monitors nginx logs for web attacks
|
|
|
|
filenames:
|
|
- /var/log/nginx/access.log
|
|
- /var/log/nginx/error.log
|
|
- /var/log/nginx/*access*.log
|
|
labels:
|
|
type: nginx
|