Add customizable site title feature via DUMBDROP_TITLE environment variable

This commit is contained in:
Greirson Lee-Thorp
2025-01-31 01:26:55 -08:00
parent cb58631664
commit 851fc95f1e
5 changed files with 33 additions and 41 deletions

View File

@@ -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}")