Yet another web front-end for rTorrent
Code is based on uTorrent WebUI.
Screenshot:
http://vif2ne.ru/nvk/stuff/novik/rtorrent/webui.jpg
Prerequisites
1) rTorrent (i recommend version >= 0.8.2)
2) Web server with php support (lighttpd, for example)
3) Web browser. IE6, IE7, FF2, FF3, Opera 9.x, Safari 3.x, Konqueror 3.5.x are supported.
Installation
1) Download this - http://vif2ne.ru/nvk/stuff/novik/rto...torrent.tar.gz [140K], unpack it to www root directory.
2) Next - standard dance around /RPC2.
- add line
Code:
scgi_port = 127.0.0.1:5000
to rtorrent.conf
- add scgi gateway to web server. For example, for lighttpd - in lighttpd.conf uncomment (or add) line "mod_scgi" in server.modules section, edit (or add) section scgi.server like this:
Code:
scgi.server = (
"/RPC2" =>
( "127.0.0.1" =>
(
"host" => "127.0.0.1",
"port" => 5000,
"check-local" => "disable"
)
)
)
3) In web browser go to http://router.ip:www_port/rtorrent