SaveHere
SaveHere copied to clipboard
Minimal Cloud File Manager
Add an option so that users can stream downloaded video files instead of downloading them
Add an option for using proxy servers for downloading files This helps with accessing region-blocked files, proxy-protected files, etc.
Add settings/methods for increasing download speed. For example: - using parallel connections for downloading (let users decide how many connections to use) - using HTTP_v2 and its features like multiplexing...
Add a collapsable speed graph for each download queue item and show current/average download speed on the graph
Add an option for selecting the network interface that the app uses for downloading files a webserver could be connected to multiple networks using different network interfaces, each with their...
Add pause/resume to ongoing downloads (and if the target link doesn't support resuming, the file download must start from the beginning)
Add an option for users to add custom headers to their download requests
Add some user-defined limits for downloading files. For example: - a speed limit (maxspeed) - a max retry count - a max request per second (some servers might block you...
Add a button to the frontend that runs a script for updating the app to the latest version. it's probably something like this: - stop the app (docker compose down)...
Add a button to frontend that checks the github repo and if there's an update to the repo, notifies the user to update to the latest version