mirror of
https://github.com/mattintech/simplefileupload-server.git
synced 2026-07-11 12:01:53 +00:00
task tracking
This commit is contained in:
@@ -2,10 +2,13 @@
|
|||||||
|
|
||||||
A lightweight Flask-based file upload and download server with a modern UI. Perfect for temporary file sharing and mobile app log uploads.
|
A lightweight Flask-based file upload and download server with a modern UI. Perfect for temporary file sharing and mobile app log uploads.
|
||||||
|
|
||||||
|
The Android mobile app for this server can be found at: https://github.com/mattintech/simplefileupload-android
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Clean, modern UI for file downloads
|
- Clean, modern UI for file downloads
|
||||||
- Secure API authentication for uploads
|
- Secure API authentication for uploads
|
||||||
- Mobile-friendly upload endpoint
|
- Mobile-friendly upload endpoint
|
||||||
|
- Specifically designed for the simplefileupload-android app
|
||||||
- Secure 6-digit alphanumeric code system
|
- Secure 6-digit alphanumeric code system
|
||||||
- Automatic file cleanup
|
- Automatic file cleanup
|
||||||
- Configurable download limits and expiry times
|
- Configurable download limits and expiry times
|
||||||
|
|||||||
12
TASK.md
12
TASK.md
@@ -54,23 +54,17 @@
|
|||||||
- [ ] Add audit logging
|
- [ ] Add audit logging
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- [ ] Multi-file upload support
|
- [x] Multi-file upload support
|
||||||
- [ ] Progress bar for uploads
|
|
||||||
- [ ] Email notifications
|
|
||||||
- [ ] QR code generation
|
|
||||||
- [ ] Preview for images/PDFs
|
|
||||||
|
|
||||||
### Infrastructure
|
### Infrastructure
|
||||||
- [ ] Add unit tests
|
- [ ] Add unit tests
|
||||||
- [ ] Set up CI/CD pipeline
|
- [x] Set up CI/CD pipeline
|
||||||
- [ ] Implement persistent storage
|
- [x] Implement persistent storage
|
||||||
- [ ] Add monitoring/metrics
|
- [ ] Add monitoring/metrics
|
||||||
- [ ] Create backup system
|
- [ ] Create backup system
|
||||||
- [ ] Add health check endpoints
|
- [ ] Add health check endpoints
|
||||||
|
|
||||||
### UI/UX
|
### UI/UX
|
||||||
- [ ] Dark mode support
|
- [ ] Dark mode support
|
||||||
- [ ] Drag-and-drop uploads
|
|
||||||
- [ ] Improved mobile UI
|
|
||||||
- [ ] Accessibility improvements
|
- [ ] Accessibility improvements
|
||||||
- [ ] Internationalization
|
- [ ] Internationalization
|
||||||
|
|||||||
Reference in New Issue
Block a user