42767e3119
Add SSL/TLS support with Certbot and update deployment guide
...
- nginx/ssl.conf: full HTTPS config with HTTP→HTTPS redirect, modern TLS
settings, HSTS header, and ACME challenge passthrough for renewals
- nginx/certbot-init.conf: minimal HTTP config for initial cert provisioning
- docker-compose.ssl.yml: compose override adding port 443, certbot volumes,
and auto-renewal sidecar container
- docs/DEPLOYMENT.md: comprehensive 3-phase SSL walkthrough (obtain cert,
enable SSL, auto-renewal) with day-to-day usage and revert instructions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-02 14:28:01 -05:00
243770cea5
Initial commit: HOA Financial Intelligence Platform MVP
...
Multi-tenant financial management platform for homeowner associations featuring:
- NestJS backend with 16 modules (auth, accounts, transactions, budgets, units,
invoices, payments, vendors, reserves, investments, capital projects, reports)
- React + Mantine frontend with dashboard, CRUD pages, and financial reports
- Schema-per-tenant PostgreSQL isolation with JWT-based tenant resolution
- Docker Compose infrastructure (nginx, backend, frontend, postgres, redis)
- Comprehensive seed data for Sunrise Valley HOA demo
- 39 API endpoints with Swagger documentation
- Double-entry bookkeeping with journal entries
- Budget vs actual reporting and Sankey cash flow visualization
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 19:58:04 -05:00