mirror of
https://github.com/DumbWareio/DumbDrop.git
synced 2025-10-23 07:41:58 +00:00
update readme
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# Server Configuration
|
||||
PORT=3000 # The port the server will listen on
|
||||
|
||||
# Upload Limits
|
||||
MAX_FILE_SIZE=1024 # Maximum file size in MB (default: 1024 MB / 1 GB)
|
||||
|
||||
# Security
|
||||
DUMBDROP_PIN= # Optional 4-digit PIN protection (leave empty to disable)
|
@@ -19,6 +19,14 @@ No auth (unless you want it now!), no storage, no nothing. Just a simple file up
|
||||
- Drag and Drop Directory Support (Maintains file structure in upload)
|
||||
- Optional PIN protection
|
||||
|
||||
## Environment Variables
|
||||
|
||||
| Variable | Description | Default | Required |
|
||||
|--------------|----------------------------|---------|----------|
|
||||
| PORT | Server port | 3000 | No |
|
||||
| MAX_FILE_SIZE| Maximum file size in MB | 1024 | No |
|
||||
| DUMBDROP_PIN | 4-digit PIN for protection | None | No |
|
||||
|
||||
# Future Features
|
||||
- Camera Upload for Mobile
|
||||
- Enhanced Progress Features (upload speed display, time remaining estimation)
|
||||
|
Reference in New Issue
Block a user