Skip to content

Instantly share code, notes, and snippets.

@sabban
sabban / crowdsec appsec docker compose
Last active October 30, 2025 15:54
Create crowdsec appsec docker compose stack
#!/usr/bin/env bash
set -euo pipefail
# This script prepares a Docker Compose stack with Traefik and CrowdSec
# on a fresh Ubuntu-like EC2 host so the documentation flow can be tested end-to-end.
if [[ "${EUID}" -ne 0 ]]; then
echo "[!] Please run this script as root (e.g. with sudo)." >&2
exit 1
fi
@sabban
sabban / cheatsheet.md
Last active November 3, 2023 11:14
workshop-cheatsheet

Workshop cheatsheet

Installation and Configuration

installation documentation

To install crowdsec one can execute

To install crowdsec one can execute: