3 Commits

Author SHA1 Message Date
cbe76b1f96 docs: add troubleshooting guide and update environment examples
- Add TROUBLESHOOTING.md with comprehensive issue resolution guide
- Update .env.example with additional configuration options
- Include solutions for Mixed Content, CSP, and database issues
- Add network, performance, and upgrade troubleshooting sections

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2026-03-17 15:40:42 +08:00
05f853d270 fix: resolve CodiMD startup warnings
- Fix health check endpoint from /healthz to / (root path)
- Add CMD_DOMAIN environment variable to resolve domain warning
- Add CMD_URL_ADDPORT and CMD_PROTOCOL_USESSL configuration
- Update .env.example with domain configuration examples

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2026-03-17 15:12:04 +08:00
bbe6f339c7 Initial commit: CodiMD Docker deployment with security hardening
- Add docker-compose.yml with PostgreSQL and CodiMD services
- Add .env.example for environment configuration template
- Add .gitignore to exclude sensitive data and persisted volumes
- Add CLAUDE.md documentation for deployment guidance
- Security hardening: read-only containers, health checks, network isolation

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2026-03-17 15:00:48 +08:00