Commit Graph

4 Commits

Author SHA1 Message Date
bbcbb17302 docs: add logo to README
All checks were successful
🚀 Docker Build and Push / build-and-push (push) Successful in 1m22s
2026-02-16 07:19:19 +01:00
a75c21a0bf feat: deduplicate CrowdSec alert scenarios per IP
All checks were successful
🚀 Docker Build and Push / build-and-push (push) Successful in 2m18s
- Use a set to collect scenarios for each IP address to prevent duplicate entries (e.g., multiple 'http-probing' lists).
- Sort scenarios alphabetically for consistent notification output.
- Improve notification readability by grouping repetitive alerts.
2026-01-03 10:26:37 +01:00
d180cb700c refactor: optimize docker, robust config & country handling
All checks were successful
🚀 Docker Build and Push / build-and-push (push) Successful in 59s
- optimize(docker): use distroless/python3-debian12 & multi-stage build
- feat(app): replace Gunicorn with Waitress (pure python)
- feat(countries): replace static list with pycountry (dynamic & complete)
- feat(config): enforce mandatory APPRISE_URL (fatal if missing)
- feat(logging): add structured logging and graceful shutdown signal handling
- docs: update README with required env var and correct usage
2025-12-31 18:46:21 +01:00
eef8c3835e 🎉 Initial commit: CrowdSec notification service
All checks were successful
🚀 Docker Build and Push / build-and-push (push) Successful in 48s
2025-12-31 18:16:07 +01:00