docs: update Netgrimoire/Network/Security/Caddy

This commit is contained in:
Administrator 2026-02-25 01:50:20 +00:00 committed by John Smith
parent faecd66fe3
commit d5dc6e436d

View file

@ -2,7 +2,7 @@
title: Caddy Reverse Proxy
description: Curreent and future config
published: true
date: 2026-02-23T22:09:16.106Z
date: 2026-02-25T01:50:11.740Z
tags:
editor: markdown
dateCreated: 2026-02-23T22:09:16.106Z
@ -301,7 +301,7 @@ services:
environment:
- CADDY_INGRESS_NETWORKS=netgrimoire
- 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:
- netgrimoire
- vpn
@ -321,7 +321,7 @@ services:
restart: unless-stopped
environment:
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:
- crowdsec-db:/var/lib/crowdsec/data
- ./crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml