- Updated error variable names for clarity in DNS provider, import, logs, manual challenge, security, user, and other handlers. - Improved error handling in services such as backup, credential, docker, mail, notification, security headers, and uptime services. - Enhanced readability by using more descriptive variable names for errors in multiple locations across the codebase. - Ensured consistent error handling practices throughout the application.
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 ./...