6 Commits

Author SHA1 Message Date
5d837c5501 Restore missing project configuration files
Restored all configuration and documentation files that were missing:
- devenv.nix and devenv.lock for development environment
- README.md, CLAUDE.md, DOCKER.md, WARP.md for documentation
- alembic.ini for database migrations
- requirements.txt for Python dependencies
- Dockerfile, docker-compose.yml, entrypoint.sh for containerization
- build.sh for build automation
- pytest.ini for test configuration

All database concurrency improvements and logging fixes remain intact.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 13:05:08 -04:00
7e4c194c1f Added new rom import system utilizing WAL to avoid locking the database and freezing the frontend
Also added new logging setup to hopefully stream the scrape process
2025-09-07 12:50:05 -04:00
eab8f10434 docker-compose now referencing dockerhub image 2025-09-07 02:41:22 +00:00
0917b9f4c9 Added defaults for ports 2025-09-06 16:02:48 -04:00
5eca8e08b1 Updating docker entrypoint to initialize the database 2025-09-06 15:24:02 -04:00
b3e71456c8 Iniital release of DosVault. 2025-09-06 13:53:44 -04:00