chintj / rutorrent-installer

simple installer script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a project by http://nwgat.ninja

WARNING: use a cleanly installed system, run this on a VPS you can destroy and re-create

work in progress, help me improve it!

ruTorrent Installer

  • Supervisor for easy control
  • ruTorrent frontend
  • rTorrent torrent client
  • Flexget for automatic tv shows
  • Caddy web server
  • https by default
  • ufw firewall

Defaults

  • Tested on Ubuntu 16.04 AMD64
  • ufw enabled
  • ufw opens 2015 (caddy) and 55950-56000 (rtorrent)
  • php7.0-fpm supervisor git rtorrent curl wget ffmpeg mediainfo unrar nano unzip
  • / (ruTorrent WebUI)
  • /rtdl (Filemanger with Download & Upload)
  • hourly tv show check (see /home/rtorrent/.flexget/config.yml)

Supervisor

  • supervisorctl status
  • supervisorctl stop rtorrent|caddy
  • supervisorctl start rtorrent|caddy
  • supervisorctl restart rtorrent|caddy

TODO

Install (See Wiki)

About

simple installer script

License:GNU General Public License v2.0


Languages

Language:Shell 93.6%Language:PHP 6.4%