Add crowdsec/readme.md

This commit is contained in:
2024-02-28 18:50:31 +03:00
parent 97518facce
commit e895138a2e
+28
View File
@@ -0,0 +1,28 @@
# Crowdsec with Traefik Bouncer
Let's protect your homelab with Crowdsec and Traefik Bouncer
## Setup
Let's setup directories in your homefolder like so:
- ~/crowdsec
- compose.yml
- config
- acquis.yaml
Basically:
```
mkdir crowdsec
```
```
cd crowdsec
```
```
touch compose.yml
```
```
mkdir config
```
```
touch acquis.yaml
```