- Added integration test script `crowdsec_decision_integration.sh` for verifying CrowdSec decision management functionality. - Created QA report for the CrowdSec decision management integration test infrastructure, detailing file verification, validation results, and overall status. - Included comprehensive test cases for starting CrowdSec, managing IP bans, and checking API responses. - Ensured proper logging, error handling, and cleanup procedures within the test script. - Verified syntax, security, and functionality of all related files.
Backend Service
This folder contains the Go API for CaddyProxyManager+.
Prerequisites
- Go 1.24+
Getting started
cp .env.example .env # optional
cd backend
go run ./cmd/api
Tests
cd backend
go test ./...