mirror of
https://github.com/DumbWareio/DumbDrop.git
synced 2025-11-02 04:53:23 +00:00
feat: Add auto upload configuration and update environment settings
- Introduce AUTO_UPLOAD environment variable to enable automatic file uploads - Update .env.example with new configuration options - Modify docker-compose.yml to use new image and comment out default settings - Update README.md to document AUTO_UPLOAD feature - Implement client-side auto upload logic in index.html - Add server-side logging for auto upload status chore: Refactor notification message template and size unit handling
This commit is contained in:
@@ -32,6 +32,7 @@ No auth (unless you want it now!), no storage, no nothing. Just a simple file up
|
||||
| APPRISE_URL | Apprise URL for notifications | None | No |
|
||||
| APPRISE_MESSAGE | Notification message template | New file uploaded {filename} ({size}), Storage used {storage} | No |
|
||||
| APPRISE_SIZE_UNIT| Size unit for notifications | Auto | No |
|
||||
| AUTO_UPLOAD | Enable automatic upload on file selection | false | No |
|
||||
|
||||
## Notification Templates
|
||||
The notification message supports the following placeholders:
|
||||
|
||||
Reference in New Issue
Block a user