jpillora / cloud-torrent

☁️ Cloud Torrent: a self-hosted remote torrent client
GNU Affero General Public License v3.0
5.83k stars 1.81k forks source link

Feature: Download completion notification #23

Open breath103 opened 8 years ago

breath103 commented 8 years ago

i guess a lot of people utilizing this wonderful project to make their own torrent remote client on cloud like EC2 / Heroku, and most of those services has their own way of sustaining storage since those "instances" / "dynos" can be shutdown or exterminated in various situation. or even they have pretty tight limitation on local storage of instance.

so is there any plan or idea about adding way to connecting callback / plugin for download success? so that we can use web worker as just temporary storage and upload those data to S3 / Dropbox.. etc. Or even just sending certain kinda notification so that user can take action to preserve data

thanks

jpillora commented 8 years ago

Tracking remote storage backends in #24

Will edit this issue to track download completion notifications.

breath103 commented 8 years ago

Thanks for clearing