A WebGUI for rTorrent.
Go to file
2020-11-12 13:16:50 -05:00
static bugfix websocket function name 2019-11-25 16:56:21 -05:00
templates websocket connection more resilient 2019-11-15 23:27:45 -05:00
.gitignore hide aberrant behind buckler 2019-09-28 04:05:45 -04:00
aberrant.py convert threading processes to asyncio 2020-09-23 09:04:27 -04:00
buckler_aiohttp.py update buckler middleware 2020-11-12 13:16:50 -05:00
config.py.template update buckler middleware 2020-11-12 13:16:50 -05: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 convert threading processes to asyncio 2020-09-23 09:04:27 -04:00
rtorrent_proxy.py add rtorrent scgi proxy for dumb use case 2019-10-23 12:41:56 -04:00
rtorrent_xmlrpc.py connect to rtorrent directly through scgi 2019-02-22 14:36:33 -05:00
rtorrent.py convert threading processes to asyncio 2020-09-23 09:04:27 -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:init_app --bind localhost:5250 --worker-class aiohttp.GunicornWebWorker