diff --git a/swarm/stack/caddy/Caddyfile b/swarm/stack/caddy/Caddyfile index 9af1d8c..0003d98 100644 --- a/swarm/stack/caddy/Caddyfile +++ b/swarm/stack/caddy/Caddyfile @@ -15,7 +15,7 @@ # SNIPPETS # ───────────────────────────────────────────────────────────────────────────── -(use-crowdsec) { +(crowdsec) { crowdsec { api_url http://crowdsec:8080 api_key {$CROWDSEC_API_KEY} @@ -70,56 +70,56 @@ cloud.netgrimoire.com { # Services with Authentik Protection dozzle.netgrimoire.com { - import use-crowdsec + import crowdsec import authentik reverse_proxy http://192.168.4.72:8043 } dns.netgrimoire.com { - import use-crowdsec + import crowdsec import authentik reverse_proxy http://192.168.5.7:5380 } webtop.netgrimoire.com { - import use-crowdsec + import crowdsec import authentik reverse_proxy http://webtop:3000 } jackett.netgrimoire.com { - import use-crowdsec + import crowdsec import authentik reverse_proxy http://gluetun:9117 } transmission.netgrimoire.com { - import use-crowdsec + import crowdsec import authentik reverse_proxy http://gluetun:9091 } scrutiny.netgrimoire.com { - import use-crowdsec + import crowdsec import authentik reverse_proxy http://192.168.5.10:8081 } homelable.netgrimoire.com { - import use-crowdsec + import crowdsec import authentik reverse_proxy http://homelable-frontend:80 } # Services with Authelia Protection stash.wasted-bandwidth.net { - import use-crowdsec + import crowdsec import authelia reverse_proxy http://192.168.5.10:9999 } namer.wasted-bandwidth.net { - import use-crowdsec + import crowdsec import authelia reverse_proxy http://192.168.5.10:6980 }