Skip to content

Instantly share code, notes, and snippets.

@MikMik1011
Created June 22, 2025 13:38
Show Gist options
  • Save MikMik1011/536656958903f90bc3a771ea7f393538 to your computer and use it in GitHub Desktop.
Save MikMik1011/536656958903f90bc3a771ea7f393538 to your computer and use it in GitHub Desktop.
Crowdsec whitelist for preventing false positives when Immich tries to load thumbnails
name: crowdsecurity/immich-whitelists
description: "Whitelist false positive from Immich-api"
filter: "evt.Meta.traefik_router_name == 'immich-server@docker'"
whitelist:
reason: "Whitelist false positive from Immich-api"
expression:
- evt.Meta.http_verb == 'GET' && evt.Meta.http_path matches '/api/assets/[a-f0-9\\-]+/thumbnail'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment