From 308ac008bae58ccbacf03164adb8ce747289d7e8 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 10 Jul 2026 15:43:01 -0700 Subject: [PATCH] =?UTF-8?q?fix(security):=20correct=20crowdsec-web-ui=20im?= =?UTF-8?q?age=20typo=20=E2=80=94=20thebluffman85=20->=20theduffman85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Image ghcr.io/thebluffman85/crowdsec-web-ui:latest never existed (typo in org name). Correct upstream project is TheDuffman85/crowdsec-web-ui on GitHub. Fixed to ghcr.io/theduffman85/crowdsec-web-ui:latest. Deployed and verified live on docker-2 prior to this commit: - security_crowdsec-web-ui now pulls successfully and is Running - Host(`secure.bryanmail.net`) rule intact, all CROWDSEC_* env vars correct - security_crowdsec unaffected, still running --- security/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/security.yaml b/security/security.yaml index 576f055..0838be9 100644 --- a/security/security.yaml +++ b/security/security.yaml @@ -32,7 +32,7 @@ services: memory: 512M crowdsec-web-ui: - image: ghcr.io/thebluffman85/crowdsec-web-ui:latest + image: ghcr.io/theduffman85/crowdsec-web-ui:latest environment: CROWDSEC_API_URL: http://crowdsec:8080 CROWDSEC_API_KEY: ${CROWDSEC_API_KEY}