docker-rtorrent-rutorrent
docker-rtorrent-rutorrent copied to clipboard
rTorrent and ruTorrent Docker image
### Support guidelines - [X] I've read the [support guidelines](https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/master/.github/SUPPORT.md) ### I've found a bug and checked that ... - [X] ... the documentation does not mention anything about my...
### Support guidelines - [X] I've read the [support guidelines](https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/master/.github/SUPPORT.md) ### I've found a bug and checked that ... - [X] ... the documentation does not mention anything about my...
Hi @crazy-max Would it be possible to get a docker tag (nightly / dev) which use the latest versions of rutorrent? https://github.com/Novik/ruTorrent/releases/tag/v4.0-beta.1 They have released interesting changes including some to...
Added configurable .session folder for rtorrent
### Support guidelines - [X] I've read the [support guidelines](https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/master/.github/SUPPORT.md) ### I've found a bug and checked that ... - [X] ... the documentation does not mention anything about my...
### Support guidelines - [X] I've read the [support guidelines](https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/master/.github/SUPPORT.md) ### I've found a bug and checked that ... - [X] ... the documentation does not mention anything about my...
Please add the ability to set deletion rights through environment variables
Set S6_KILL_GRACETIME to 10 seconds in order to give ample time to rtorrent to shutdown properly before being SIGKILL Per issue #140 and #123
There is also the old issue here: https://github.com/crazy-max/docker-rtorrent-rutorrent/issues/68 and it looks to be about the same thing though no solution besides building the container anew. I checked the `healthcheck` script...
Currently the container only closes when forcibly killed. Would be nice if it was setup to close when the relevant apps have been closed gracefully inside the container. This would...