INSIGHT-MVP/packages/frontend/src/shell
Thomas Reitz 405ab5f038 feat: add SSL/Domain admin page for custom HTTPS configuration
- Backend: 4 new endpoints in SettingsController (GET/POST/DELETE /settings/ssl, POST /settings/ssl/check-dns)
- Certificate validation via Node.js crypto.X509Certificate (PEM format, expiry, SAN match)
- DNS resolution check via dns.promises.resolve4
- Auto-generates Traefik dynamic config (ssl-domain.yml) with custom domain routing + HTTP->HTTPS redirect
- Frontend: AdminSslPage with DNS name input, cert/key upload, status display
- Docker: Core-service gets access to traefik-certs volume and dynamic config directory

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 17:13:49 +01:00
..
App.tsx feat: add SSL/Domain admin page for custom HTTPS configuration 2026-03-12 17:13:49 +01:00
AppLayout.module.css fix: enlarge brand/logo section in sidebar 2026-03-10 12:17:14 +01:00
AppLayout.tsx feat(crm): add CRM Settings page with module visibility toggles 2026-03-10 20:22:16 +01:00
DashboardPage.module.css docs(crm): update Summarize.md with deployment status and test results 2026-03-10 18:08:00 +01:00
DashboardPage.tsx feat: add trade event (Messe-Timer) feature with admin CRUD and dashboard tiles 2026-03-12 13:33:19 +01:00