ποΈ Added a new βShow Download Pageβ toggle (show_dp) in the configuration
π Lets you choose whether users see a download page (file info and download-button) or a direct file download after clicking the link
π οΈ Fully integrated into the Admin Panel configuration and stored in the main config.php file
2.8
π§ Added support for a separate SMTP FROM address (SMTP_FROM_ADDRESS) so the visible sender can differ from the SMTP login (same domain required)
π οΈ Reworked SMTP sending to be RFC-compliant (adds Date, Message-ID, MIME-Version, multipart text/plain + text/html, UTF-8 encoded subject) for better compatibility with spam filters
π₯οΈ Admin Panel extended with a new field to configure the SMTP FROM address, which is stored in the .env file
ποΈ Improved Docker support for persistent configuration: the entire inc directory (including .env, .admin.json, config.php, translation files) can now be mounted from the host
πΎ Upload directory can now also be mounted externally via DROPZONE_UPLOAD_DIR, making all uploaded files persistent and safe across container updates or reinstallation
π¦ When mounting an empty inc directory, Dropzone automatically initializes it with the default files from the image, ensuring a clean setup when the container is recreated
π This means both all settings (SMTP, admin login, configuration options) and all uploaded files are preserved even if the container is removed and recreated
2.7
π§ Added optional Admin email notifications for new uploads
π Admin email address configuration directly in the Admin Panel
βοΈ Added new toggle Admin Notify in configuration settings
2.6
π Download tracking added (download counter + last download timestamp)
ποΈ Display of βDownloadsβ and βLast Downloadβ directly in the Admin Panel
2.5
βοΈ Improved Admin Panel with configuration and email settings
π§ Clearer navigation and visual refinements in the Admin Panel
π± Fully responsive redesign of the Admin Panel for mobile devices
π Integrated search function for uploads
2.4
βοΈ Added Admin Panel with password-protected setup
π Manage Uploads (change expiration time, change password)
π₯ Download Uploads directly from the Admin Panel
π§Ή Delete Uploads directly from the Admin Panel
2.3
π Security improvements
ποΈ When the user manually cancels the upload, reloads the page, or closes the browser, temporary files are cleaned up and the entry is removed from the JSON file
2.2
π Security improvements
πΎ Check for sufficient disk space before upload (error message if too little free space)
2.1
π§ The time period for which the file is valid is included in the email to the recipient
2.0
π Completely reworked chunk upload
β οΈ No more errors when uploading very large files
Access /admin.php to create your admin credentials
Choose your desired configuration values in the Admin Panel
When send_email or admin_notify is set to active, make shure to define the SMTP server, SMTP port, SMTP username, SMTP password and SMTP From Adress in the Admin Panel
β οΈ Requires PHP 7.4 or higher. No database needed.
Credentials are stored securely (hashed) in .admin.json and secured with .htaccess
After setup, login via the Admin Login form in /admin.php
Setup your desired configuration values and when send_email or admin_notify is set to active, make shure to define the SMTP server, SMTP port, SMTP username, SMTP password and SMTP From Adress
Default language is German ?lang=de. Use ?lang=en to switch to English, ?lang=fr to switch to French, ?lang=it to switch to Italian or click on the flag:
You can configure the following options in the Admin Panel:
Choose default language (e.g. 'de', 'en', 'fr' or 'it')
Set the timezone according to your preference
Control link expiration options
Enable/Disable only_upload mode without generating a link
Enable/Disable user_upload mode so that only authenticated users are allowed to upload files, preventing anonymous uploads.
Enable/Disable send_email mode (β οΈ make sure to define the SMTP server, SMTP port, SMTP username, SMTP password and SMTP From Adress).
Enable/Disable admin_notify mode for upload notifications (β οΈ make sure to define the SMTP server, SMTP port, SMTP username, SMTP password and SMTP From Adress).
Enable/Disable show_dp mode to control whether users see the download page. If deactivated, users are redirected to an instant direct download without viewing the download page.
Enable/Disable pwzip mode for password protection of the zip file itself. If deactivated, only the download is password-protected, not the ZIP file (β οΈ ZIP password cannot be modified).