DocHub/backend/app
Tianyang 4c19fad561 refactor: replace Garage/S3 storage with local filesystem storage
Single-node deployment doesn't benefit from S3 abstraction overhead;
LocalFileClient keeps the same interface DocumentService depends on,
backed by a STORAGE_DIR volume mount instead of a separate Garage service.
2026-08-01 16:30:02 +08:00
..
routers Fix wave 2: CORS default, path traversal, delete UI, shared clients, bucket check 2026-08-01 09:15:16 +08:00
__init__.py feat: scaffold FastAPI backend with config and health endpoint 2026-08-01 02:15:01 +08:00
config.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
dependencies.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
document_service.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
local_file_client.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
main.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
search_client.py feat: add SearchClient wrapper for index/delete/search operations 2026-08-01 02:25:48 +08:00
text_extract.py fix: remove duplicate /health route, escape extracted text, validate uploads, handle binary decode 2026-08-01 08:59:34 +08:00