Specifically customized fork of ruTorrent for the Fat Cats Jacuzzi media server setup.
This fork REQUIRES that you are running an NGINX + php-fpm web stack. You still need to go through ALL the configuration files including whats in conf/ and share/ and modify them as required.
The servers that this fork is intended to run on uses:
- AlmaLinux 9 with the paid nginx-plus web stack and php-fpm 8.x
- php-fpm is configured with a second pool named
rutorrent
that runs within thenginx
user andrtorrent
group.
- php-fpm is configured with a second pool named
- rTorrent's home directory is in
/var/lib/rtorrent
(this containsrtorrent.rc
and the session folder that has the*.lock
files) - rTorrent's base download directory is in
/mnt/data/rtorrent/downloads
- rTorrent's RPC socket is at
/run/rtorrent/rpc.sock
- rTorrent is set to log to
/var/log/rtorrent
/var/log/rtorrent/rutorrent
should exist and have the permissions set tonginx:rtorrent
- ruTorrent is located in
/srv/www/rutorrent
- rTorrent runs under its own user and group
- nginx's user needs to be added to rTorrent's group
- You are using the "DarkBetter" theme
- You are a certified American (the default config uses date defaults for en-US)
- You use the *arr stack for automatically downloading and sorting media
- Unpackerr is used for automatically unpacking archives instead of the default
unpack
plugin.