2019-01-16 09:33:36 -05:00
|
|
|
# Aberrant
|
|
|
|
It's a WebGUI for rTorrent.
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
Python 3.7+
|
2019-09-01 14:44:54 -04:00
|
|
|
Python packages: `gunicorn aiohttp aiohttp_jinja2`
|
2019-01-16 09:33:36 -05:00
|
|
|
|
|
|
|
## Install
|
|
|
|
1. Get on the floor
|
|
|
|
2. Walk the dinosaur
|
|
|
|
|
|
|
|
## Usage
|
2020-09-23 09:04:27 -04:00
|
|
|
`gunicorn aberrant:init_app --bind localhost:5250 --worker-class aiohttp.GunicornWebWorker`
|