2025-11-17 22:08:59 -05:00

CaddyProxyManager+

CaddyProxyManager+ is a modern web UI and management layer that brings Nginx Proxy Manager-style simplicity to Caddy, with extra security add-ons (CrowdSec, WAF, SSO, etc.).

This repository is the project scaffold and planning workspace.

Quick links

Getting started

  1. Pick a stack (Go / Python / Node). This scaffold uses Python examples; adapt as needed.
  2. Install development dependencies:
python -m pip install --upgrade pip
pip install -r requirements.dev.txt
  1. Install pre-commit hooks:
pip install pre-commit
pre-commit install
pre-commit run --all-files

Development notes

  • Branching model: development is the main working branch; create feature/** branches from development.
  • CI enforces lint and coverage (75% fail-under) in .github/workflows/ci.yml.

Contributing

  • See CONTRIBUTING.md (coming soon) for contribution guidelines.

License

  • This project is released under the MIT License - see LICENSE.
Description
A lightweight, user-friendly web interface for managing Caddy as a reverse proxy. It simplifies SSL management and host routing for self-hosters who want the power of Caddy without the manual configuration.
Readme MIT 77 MiB
Languages
Go 52.2%
TypeScript 43.6%
Shell 3.5%
Dockerfile 0.3%
JavaScript 0.2%