Files
DumbDrop/.env.example
Greirson Lee-Thorp aec1265178 Add notifications support via Apprise
- Added Apprise integration for flexible notifications
- Added notification environment variables
- Added notification logging
- Updated documentation with setup instructions
- Added Python and Apprise to Dockerfile
2025-01-30 20:52:28 -08:00

12 lines
479 B
Plaintext

# 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)
# Notifications
APPRISE_URL= # Apprise URL for notifications (leave empty to disable)
APPRISE_MESSAGE= # Custom message for notifications (default: "File uploaded: {filename}")