CrowdSec Dashboard: - Refactor all views (alerts, bouncers, decisions, overview, settings) - Add soc.css for Security Operations Center styling - Remove 3000+ lines of redundant code CrowdSec Custom Parsers & Scenarios: - Add secubox-gitea parser and bruteforce scenario - Add secubox-haproxy parser and bruteforce scenario - Add secubox-streamlit parser and bruteforce scenario - Add secubox-webapp parser and bruteforce scenario - Update Makefile for new parser/scenario files HAProxy: - Update api.js, backends.js view improvements - Update luci.haproxy RPCD backend - Update haproxyctl helper script Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
371 B
YAML
19 lines
371 B
YAML
# CrowdSec acquisition for Gitea logs
|
|
# Monitors Gitea authentication and access events
|
|
|
|
source: file
|
|
filenames:
|
|
- /var/log/gitea/gitea.log
|
|
- /srv/gitea/log/gitea.log
|
|
- /opt/gitea/log/gitea.log
|
|
labels:
|
|
type: gitea
|
|
---
|
|
# Gitea access logs (NCSA format)
|
|
source: file
|
|
filenames:
|
|
- /var/log/gitea/access.log
|
|
- /srv/gitea/log/http.log
|
|
labels:
|
|
type: gitea_access
|