Update README.md

This commit is contained in:
abite
2025-01-22 16:52:48 -06:00
committed by GitHub
parent 3010849c8a
commit 45e8b43226

View File

@@ -13,6 +13,12 @@ No auth, no storage, no nothing. Just a simple file uploader to drop dumb files
- Docker support
- Configurable upload directory
# Future Features
- Camera Upload for Mobile
- Dark Mode toggle
- Enhanced Progress Features (upload speed display, time remaining estimation)
- Drag and Drop Directory Support (Maintain file structure in upload)
## Quick Start
### Running Locally
@@ -92,4 +98,4 @@ https://raw.githubusercontent.com/abiteman/DumbDrop/main/dumbdrop.xml
- Backend: Node.js with Express
- Frontend: Vanilla JavaScript with modern drag-and-drop API
- File handling: Multer middleware (1GB file size limit)
- Containerization: Docker with automated builds via GitHub Actions
- Containerization: Docker with automated builds via GitHub Actions