A free, open, self-hosted app platform (GNU AGPLv3): one-click app deploys, Traefik reverse proxy with automatic SSL, rootless Docker support, gluetun VPN routing, and a web dashboard to manage it all. Free & open forever to self-host; optional paid hosted services fund it. See PROMISE.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
22 lines
610 B
YAML
22 lines
610 B
YAML
http:
|
|
middlewares:
|
|
crowdsec-bouncer:
|
|
plugin:
|
|
crowdsec-bouncer:
|
|
enabled: true
|
|
logLevel: INFO
|
|
updateIntervalSeconds: 15
|
|
defaultDecisionSeconds: 60
|
|
crowdsecMode: live
|
|
crowdsecLapiScheme: http
|
|
crowdsecLapiHost: host.docker.internal:8080
|
|
crowdsecLapiKeyFile: /etc/traefik/crowdsec_key
|
|
forwardedHeadersTrustedIPs:
|
|
- 10.0.0.0/8
|
|
- 172.16.0.0/12
|
|
- 192.168.0.0/16
|
|
clientTrustedIPs:
|
|
- 10.0.0.0/8
|
|
- 172.16.0.0/12
|
|
- 192.168.0.0/16
|