itsToggle / rclone_RD

RClone Fork that implements RealDebrid
https://rclone.org
MIT License
180 stars 37 forks source link

Docker version #24

Closed magnu5 closed 1 year ago

magnu5 commented 2 years ago

Any chance for a dockerized version of this?

itsToggle commented 2 years ago

You would need to create a container that contains both Plex and rclone_rd, otherwise plex wont be able to see the mounted files. At least as far as Im understanding it - there are existing containers out there for Plex and the official rclone software. Because I have no idea how I would put plex inside a container, and other people might prefer a different PMS, there is no plans for this at the moment. Do tell me if you find out something else though.

magnu5 commented 2 years ago

there is no need for including plex as you would mount volumes for the storage needed as usual using -v /localpath:/dockerpath and then just map those folders in plex/jellyfin as you would normally do.

-v /where/to/store/config:/config
-v /path/to/rd-files/:/real-debrid
-v /path/to/other-debrid:/other-debrid

but no worries, someday maybe.

itsToggle commented 2 years ago

Thanks! That could be a way of creating this as a dockerized version then. Here's the way the official rclone software connects to docker: https://rclone.org/docker/ - theyve created some soft of plugin for docker. I'll play around with that and see if I can create my fork as a plugin aswell

carloss66 commented 2 years ago

A Docker version of rclone_rd would be great. Thanks for your work.

itsToggle commented 1 year ago

docker version is live on dockerhub!

https://hub.docker.com/r/itstoggle/docker-volume-rclone_rd

You can check out the usage on https://rclone.org/docker/ :)