Skip to content

Release history

caddymanager releases

Easily manage your Caddy2 servers using a modern web-UI, built on the MEVN stack.

All releases

2 shown

0.0.2 Breaking risk
⚠ Upgrade required
  • Replace your existing docker-compose.yml with the new version provided in the release notes
  • Backend is no longer directly accessible — all /api/* requests are proxied through the frontend; remove any direct backend port exposure from custom configs
  • SQLite is now the default database engine; set DB_ENGINE=mongodb and use '--profile mongodb' to opt into MongoDB
Breaking changes
  • Docker Compose file has changed and must be updated before upgrading — backend is no longer directly exposed, all API access now routes through the frontend proxy
Notable features
  • Multi-database support: SQLite (default) and MongoDB (optional via profile)
  • Alternative JSON editor for large config edits and copy-paste workflows
  • Initial dashboard with OpenTelemetry integration
0.0.1 New feature
Notable features
  • Server import
  • Configuration import
  • Configuration generation

Beta — feedback welcome: [email protected]