What's New
One-Line Installer
Auto-detects your CrowdSec instance and sets everything up:
curl -sL https://raw.githubusercontent.com/wolffcatskyy/crowdsec-blocklist-import/main/install.sh | bashWorks with:
- Pangolin installer setups
- Docker Compose projects
- Standalone Docker containers
- Native CrowdSec installs
What it does:
- Finds your CrowdSec container automatically (any name, any Docker network)
- Creates LAPI machine credentials
- Generates a
docker-compose.ymlwith correct network config - Runs the first import
- Optionally sets up a daily cron job
No cloning. No manual compose editing. No network debugging.
Full Changelog
install.sh— Interactive installer with auto-detection- Updated Quick Start docs