A WebGUI for rTorrent.
Go to file
2019-10-23 12:41:24 -04:00
static tracker stats table periodically 2019-09-12 21:05:25 -04:00
templates tracker stats table periodically 2019-09-12 21:05:25 -04:00
.gitignore hide aberrant behind buckler 2019-09-28 04:05:45 -04:00
aberrant.py hide aberrant behind buckler 2019-09-28 04:05:45 -04:00
buckler_aiohttp.py bug fix 2019-09-30 15:12:56 -04:00
config.py.template define scgi uris in config 2019-10-23 12:41:24 -04:00
events.py tracker stats table periodically 2019-09-12 21:05:25 -04:00
LICENSE add license 2019-09-28 14:49:05 -04:00
README.md rewrote web app using aiohttp 2019-09-01 14:44:54 -04:00
rtorrent_xmlrpc.py connect to rtorrent directly through scgi 2019-02-22 14:36:33 -05:00
rtorrent.py define scgi uris in config 2019-10-23 12:41:24 -04:00

Aberrant

It's a WebGUI for rTorrent.

Requirements

Python 3.7+
Python packages: gunicorn aiohttp aiohttp_jinja2

Install

  1. Get on the floor
  2. Walk the dinosaur

Usage

gunicorn aberrant:app --bind localhost:5250 --worker-class aiohttp.GunicornWebWorker