-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Is there an existing feature request for this?
- I have searched the existing issues before opening this feature request.
Describe the feature you would like to see.
It would be nice to have a button on the 'backups' tab to copy a direct link to the backup tar.gz file.
Currently, the 'download' button just generates a one-time download and immediately starts it without even opening in a new tab. This makes it very difficult to use any sort of download manager or CLI tool like cURL / wget, because the download link becomes invalid as soon as you start to download it.
Furthermore, as web browsers like Firefox don't allow you to see the URL of the backup file before you actually start downloading it, you can't simply copy and paste that into cURL as the link has invalidated.
Describe the solution you'd like.
It would be nice to add a button to 'copy direct download link' to the dropdown menu for the backup.
Currently you can choose between Download
, Restore
, Lock
and Delete
. I don't think it would cause any issues to have a 'Copy download link' button which simply did exactly as the Download
button does, but didn't start the download, only copied the link to the clipboard.
Additional context to this request.
This feature was suggested to me by a member of the Folium Hosting discord server. Folium uses Pterodactyl.