78f7f7ecad
(cherry picked from commit 35957bf196c6aee928d66e723f3074c2b2935d68)
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 ./...