https://github.com/sjonhortensius/webrtorrent
A mobile-first web-interface for rtorrent
https://github.com/sjonhortensius/webrtorrent
bootstrap4 rtorrent torrent
Last synced: 2 months ago
JSON representation
A mobile-first web-interface for rtorrent
- Host: GitHub
- URL: https://github.com/sjonhortensius/webrtorrent
- Owner: SjonHortensius
- Created: 2017-03-05T13:23:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T09:43:13.000Z (over 5 years ago)
- Last Synced: 2025-02-08T15:46:48.671Z (4 months ago)
- Topics: bootstrap4, rtorrent, torrent
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Bootstrap based GUI for the popular [rtorrent client](https://github.com/rakshasa/rtorrent).
It is intended for mobile usage, as a lightweight PHP alternative to the [heavy and old-school looking ruTorrent](https://github.com/Novik/ruTorrent/) and the [mobile-unfriendly, node-based Flood](https://github.com/jfurrow/flood)
Instructions
============Install rtorrent and run it (for example) in a screen. Enable `scgi` by making sure this is in your `.rtorrent.rc`:
```
network.scgi.open_port = "127.0.0.1:5000"
```Clone this repository, and copy `config.sample.php` to `config.php`, customize it if needed:
```
git clone --recursive https://github.com/SjonHortensius/WebRTorrent
cd WebRTorrent; cp config.sample.php config.php
```Now point your web browser to the directory where you cloned; and you should be ready to go.