docs: update Netgrimoire/Network/Security/Caddy
This commit is contained in:
parent
faecd66fe3
commit
d5dc6e436d
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
title: Caddy Reverse Proxy
|
title: Caddy Reverse Proxy
|
||||||
description: Curreent and future config
|
description: Curreent and future config
|
||||||
published: true
|
published: true
|
||||||
date: 2026-02-23T22:09:16.106Z
|
date: 2026-02-25T01:50:11.740Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2026-02-23T22:09:16.106Z
|
dateCreated: 2026-02-23T22:09:16.106Z
|
||||||
|
|
@ -301,7 +301,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- CADDY_INGRESS_NETWORKS=netgrimoire
|
- CADDY_INGRESS_NETWORKS=netgrimoire
|
||||||
- CADDY_DOCKER_EVENT_THROTTLE_INTERVAL=2000 # Prevents non-deterministic reload with CrowdSec module
|
- CADDY_DOCKER_EVENT_THROTTLE_INTERVAL=2000 # Prevents non-deterministic reload with CrowdSec module
|
||||||
- CROWDSEC_API_KEY=${CROWDSEC_API_KEY}
|
- CROWDSEC_API_KEY=BYSLg/wKOa7wlHYzChJpBVJA06Ukc7G6fKJCvBwjyZg
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
- vpn
|
- vpn
|
||||||
|
|
@ -321,7 +321,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
COLLECTIONS: "crowdsecurity/caddy crowdsecurity/http-cve crowdsecurity/whitelist-good-actors"
|
COLLECTIONS: "crowdsecurity/caddy crowdsecurity/http-cve crowdsecurity/whitelist-good-actors"
|
||||||
BOUNCER_KEY_CADDY: ${CROWDSEC_API_KEY} # Pre-registers the Caddy bouncer automatically
|
BOUNCER_KEY_CADDY: BYSLg/wKOa7wlHYzChJpBVJA06Ukc7G6fKJCvBwjyZg # Pre-registers the Caddy bouncer automatically
|
||||||
volumes:
|
volumes:
|
||||||
- crowdsec-db:/var/lib/crowdsec/data
|
- crowdsec-db:/var/lib/crowdsec/data
|
||||||
- ./crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml
|
- ./crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue