docfast/public
DocFast Bot e9d16bf2a3 Migrate from JSON to PostgreSQL, update SLA to 99.5%
- Replace JSON file storage with PostgreSQL (pg package)
- Add db.ts service for connection pool and schema init
- Rewrite keys.ts, verification.ts, usage.ts for async PostgreSQL
- Update all routes for async function signatures
- Add migration script (scripts/migrate-to-postgres.mjs)
- Update docker-compose.yml with DATABASE_* env vars
- Change SLA from 99.9% to 99.5% in landing page
2026-02-15 10:18:25 +00:00
..
app.js feat: data-backed rate limits, concurrency limiter, copy button fix (BUG-025, BUG-022) 2026-02-15 08:14:39 +00:00
docs.html fix: move Swagger init to external JS (CSP compliance) 2026-02-14 22:27:15 +00:00
index.html Migrate from JSON to PostgreSQL, update SLA to 99.5% 2026-02-15 10:18:25 +00:00
index.html.backup-20260214-175429 feat: key recovery via email verification (BUG-014) 2026-02-14 19:26:47 +00:00
openapi.json feat: email change UI, Swagger UI improvements, key recovery link on landing page 2026-02-14 22:15:31 +00:00
swagger-init.js fix: move Swagger init to external JS (CSP compliance) 2026-02-14 22:27:15 +00:00
swagger-ui fix: swagger UI symlink, CSP headers, email-change route, updateKeyEmail 2026-02-14 22:29:56 +00:00