Fixed the 'Manually Block / Test' endpoint returning a 500 error. The handler didn't validate the integration configuration before attempting the test.

This commit is contained in:
2026-01-14 16:37:11 +01:00
parent 98c6d40be0
commit 4abc22d6fe
4 changed files with 24 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ A comprehensive guide for building and deploying Fail2Ban UI using containers (D
### Using Pre-built Image
**Pull the official image from Docker Hub (default):**
**Pull the official image with podman from Docker Hub (default):**
```bash
podman pull swissmakers/fail2ban-ui:latest
# or with Docker: