mirror of
https://github.com/DumbWareio/DumbDrop.git
synced 2025-10-22 23:31:57 +00:00
Add customizable site title feature via DUMBDROP_TITLE environment variable
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# 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 4-digit PIN protection (leave empty to disable)
|
||||
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: "File uploaded: {filename}")
|
||||
APPRISE_MESSAGE= # Custom message for notifications (default: "File uploaded: {filename}")
|
||||
|
Reference in New Issue
Block a user