mirror of
https://github.com/DumbWareio/DumbDrop.git
synced 2025-11-01 20:43:38 +00:00
15 lines
699 B
Plaintext
15 lines
699 B
Plaintext
# Server Configuration
|
|
PORT=3000 # The port the server will listen on
|
|
DUMBDROP_TITLE=DumbDrop # Site title displayed in header (default: DumbDrop)
|
|
|
|
# Upload Limits
|
|
MAX_FILE_SIZE=1024 # Maximum file size in MB (default: 1024 MB / 1 GB)
|
|
|
|
# Security
|
|
DUMBDROP_PIN= # Optional PIN protection (4-10 digits, leave empty to disable)
|
|
|
|
# Notifications
|
|
APPRISE_URL= # Apprise URL for notifications (leave empty to disable)
|
|
APPRISE_MESSAGE= # Custom message for notifications (default: "New file uploaded: {filename} ({size}), Storage used: {storage}")
|
|
APPRISE_SIZE_UNIT= # Size unit for notifications (B, KB, MB, GB, TB). Leave empty for auto
|