GithubHelp home page GithubHelp logo

wonderfall / docker-rtorrent Goto Github PK

View Code? Open in Web Editor NEW
16.0 16.0 3.0 77 KB

Distroless Docker/OCI image of jesec's rtorrent with unrar tools.

License: MIT License

Dockerfile 97.31% Shell 2.69%

docker-rtorrent's Introduction

Hello world!

I'm a guy spending too much time breaking things he shouldn't.

docker-rtorrent's People

Contributors

bastienwirtz avatar wonderfall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

17lai ddyw dallemon

docker-rtorrent's Issues

Missing mv

Love the image but need mv command to move downloaded files from incomplete to complete. Took me while to figure out why my .rc file wasn't working :)

for something like this

method.insert = d.move_to_complete, simple, "execute=/usr/local/bin/rtunrar,$argument.2=; \
      d.directory.set=$argument.1=; \
      execute=mkdir,-p,$argument.1=; \
      execute=mv,$argument.0=,$argument.1=; \
      d.save_full_session="
method.set_key = event.download.finished,move_complete,"d.move_to_complete=$d.data_path=,$d.get_finished_dir=,$d.base_path="

This way I can prevent anything from grabbing the files from the download folder prematurely. Incomplete->unrar->complete->radarr

Permission error due to bind mount

Hi, thanks for sharing this new version of you rtorrent-flood container stack with us.

It looks like I have a problem starting the new version.

When the data and config volumes are mounted, they are owned by root inside the container.
So when the container is started, these volumes are not writable by the user executing the entrypoint (1200:1200 in my case), and thus rtorrent and flood cannot write their default files.

I created the folders beforehand, with the right uid:gid pair. The only way I found to make the volumes writable is to chmod o+rwx it before starting the container, wich doesn't seem like a good idea to me.

Do you have any more insight about how you start your stack ?

P.S.: I read the issue thread on the jesec repo but it doesn't seem to help me as I'm doing what others are.

Thanks for your help!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.