cloudbreak

A material design web UI for deluge


License
MIT
Install
pip install cloudbreak==0.1.1

Documentation

CloudBreak - Material UI for Deluge

Build Status Screenshot

Requirements

  • Python 3 & pip
  • Libtorrent & Libtorrent python bindings
  • Deluge 2.0.0
pip3 install deluge==2.0.0
  • NodeJS 12 or greater & NPM

Installing & Running

pip3 install cloudbreak
cloudbreak

Building from source

  • Install deluge and libtorrent
  • Install dependencies
pip3 install -r requirements.txt
  • Install frontend dependencies
cd frontend
npm install
  • Build frontend
npm run build
  • Run server
cd ..
python3 -m cloudbreak