sebgl / htpc-download-box

Sonarr / Radarr / Jackett / NZBGet / Deluge / OpenVPN / Plex
1.98k stars 322 forks source link

Could you add rclone to it? #42

Open arthurmad opened 4 years ago

arthurmad commented 4 years ago

Hey, I really liked the tutorial, thanks a lot about that but I'm struggling to use rclone with docker. Do you know how to use it? It would be awesome if you could help! Thanks once again and I hope you can help me.

jbusuttil83 commented 4 years ago

hi @arthurmad, why would you need rclone for this setup ?

arthurmad commented 4 years ago

Hello. With rclone I can use my unlimited gdrive (gsuite/scholar) to storage media and use it as plex library. I figured out that I can't directly download torrents to rclone mount, but it is just to download locally and move to rclone after it is complete. Anyway, I would like to know how to do that through docker-compose if I need to.

siliconhippy commented 3 years ago
  1. Any update on using rclone with separate GDrive ( or other cloud drives) to host downloaded content ?

This way we can get cheap full storage separate from a good VPS/ Cloud host with small storage.

For example the VPS/ Cloud for media server + torrent/ Usenet download tools is used to do a daily download to a local directory, with correct library structures. Then this download is moved, once completed, every day to the GDrive via rclone and encrypted for security. Once moved, the existing daily download is deleted from the VPS/ Cloud directory to save space for new daily downloads.

  1. If I want to use the free Jellyfin media server instead of freemium Plex, all we need is to replace the Docker file for Plex to Jellyfin's ?

  2. Same as in #2 for Wireguard instead of OpenVPN ?

Great job with all the explanation, especially the architecture diagram I haven't found anywhere else online !

Cheers 😸, Shippy.

Goosegit11 commented 6 months ago

@siliconhippy Have you managed to achieve that setup?