Novik / ruTorrent

Yet another web front-end for rTorrent
Other
2.03k stars 413 forks source link

Need documentation for how to install RPC Plugin or HTTPRPC Plugin #1405

Closed scottchiefbaker closed 7 years ago

scottchiefbaker commented 7 years ago

I'm attempting to setup an OSS Torrent mirror using ruTorrent CentOS 7 or Fedora 25. Unfortunately those distros don't ship with SCGI any more. Attempting to setup RPC or HTTPRPC is leading to a lot of headaches. There is very little documentation on how to configure them to interface with them:

https://github.com/Novik/ruTorrent/wiki/PluginRPC vs https://github.com/Novik/ruTorrent/wiki/PluginHTTPRPC

Is there another place for setup instructions?

Novik commented 7 years ago

These plugins hasn't any special configurations.

scottchiefbaker commented 7 years ago

How do I enable one of them? How do I configure rTorrent to talk to HTTPRPC instead of using a SCGI socket?

I'm having trouble tracking down the setup instructions to enable one of these communication methods.

Novik commented 7 years ago

How do I enable one of them? How do I configure rTorrent to talk to HTTPRPC instead of using a SCGI socket?

https://github.com/Novik/ruTorrent/wiki/Plugins

"Every plugin has his own directory inside ruTorrent/plugins.."

scottchiefbaker commented 7 years ago

I've got a vanilla setup of ruTorrent running on my CentOS 7 box. The only plugin I have in my plugins directory is HTTPRPC. rTorrent is running and seeding a bunch of Linux ISOs. When I load ruTorrent I get:

No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

I assume I need to setup something in conf/config.php to tell it talk to to HTTPRPC?

xombiemp commented 7 years ago

Make sure you have network.scgi.open_port = 127.0.0.1:5000 in your rtorrent.rc.

Other than that, there is nothing to setup for the HTTPRPC plugin.

scottchiefbaker commented 7 years ago

In 2017 on a modern PC, are there any real advantages to one plugin over the other?

scottchiefbaker commented 7 years ago

I misunderstood the purpose of how to use this. I think I got it now.