Commit Graph
4 Commits
Author SHA1 Message Date
Cursor Agent 924b889f76 Fix leftover merge conflict markers in Docker files
The previous merge commit accidentally retained <<<<<<< markers in
Dockerfile, README, and .env.example, which broke docker compose build.
2026-08-23 23:28:17 +00:00
Cursor Agent 4593052348 Merge origin/main; resolve Docker file conflicts
PR #1 was squash-merged to main with the initial Dockerfile/README.
Keep the Compose-enhanced versions from this branch (superset).
2026-08-23 23:09:04 +00:00
Cursor Agent d07bf72e23 Add Docker Compose setup with persistent volume
Improve the production Dockerfile (healthcheck, entrypoint bootstrap
user, pruned deps) and add docker-compose.yml plus .dockerignore for
one-command deploy with a named SQLite volume.
2026-08-23 22:56:21 +00:00
Cursor Agent 3331944773 Implement RFID tag dump PWA with REST API, auth, and CI
Add Next.js app with SQLite/Drizzle storage for sites and LF/HF tag
dumps, multi-user Auth.js (credentials + optional OIDC), personal API
tokens in Settings, versioned /api/v1 for UI and future CLI use,
MCT/Proxmark/JSON import-export, PWA offline shell, Vitest tests, and
GitHub Actions CI.
2026-08-23 22:17:51 +00:00