Skip to content

angelicdust/ruTorrent

 
 

Repository files navigation

angelicdust/ruTorrent

Specifically customized fork of ruTorrent for the Fat Cats Jacuzzi media server setup.

Screenshots

What to know

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 the nginx user and rtorrent group.
  • rTorrent's home directory is in /var/lib/rtorrent (this contains rtorrent.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 to nginx: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.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 74.7%
  • PHP 19.5%
  • CSS 4.8%
  • Other 1.0%