e95590a727
- Removed outdated security remediation plan for DoD failures, indicating no active specifications. - Documented recent completion of Grype SBOM remediation, including implementation summary and QA report. - Updated QA report to reflect successful validation of security scans with zero HIGH/CRITICAL findings. - Deleted the previous QA report file as its contents are now integrated into the current report.
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 ./...