Created
June 22, 2025 13:38
-
-
Save MikMik1011/536656958903f90bc3a771ea7f393538 to your computer and use it in GitHub Desktop.
Crowdsec whitelist for preventing false positives when Immich tries to load thumbnails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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