crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
457 stars 103 forks source link

config: allow overriding rutorrent scgi host and port #330

Closed invisiblek closed 2 weeks ago

crazy-max commented 2 months ago

Can you explain your use case for this change please?

invisiblek commented 1 month ago

Can you explain your use case for this change please?

Initially I was planning to only utilize this container for rutorrent and have it connect to an already established rtorrent instance running natively on another box. This patch set allowed for that. A further patch set I had in my mind would be to add a way to disable running rtorrent (since in the above scenario, there's no reason to spin up an rtorrent instance that'll sit idle in the container).

I've since changed my approach and don't really plan to use these anyway, so I'm indifferent on if you merge it. Just adds some more flexibility.