1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
iiab/roles/transmission
Arky 7de870d611 Enable adding multiple language torrents.
You can add multiple ka-lite language downloads by using provisioning
system. Also added notes to the readme file.
2018-08-20 16:36:02 +07:00
..
defaults Enable adding multiple language torrents. 2018-08-20 16:36:02 +07:00
tasks Enable adding multiple language torrents. 2018-08-20 16:36:02 +07:00
templates Proof-of-Concept: Install and Start downloading a torrent 2018-08-20 16:36:02 +07:00
README.rst Enable adding multiple language torrents. 2018-08-20 16:36:02 +07:00

=====================
Transmission README
=====================
Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive
 interface on top on an efficient, cross-platform back-end.

Caution
-------
Usage of transmission consumes significant Internet data and system resources.
Caveat emptor! (That's Latin for "Buyer Beware").

 Access
 ------

You can login transmission using http://box:9091/ or using the command line program.

Username: Admin
Password: changeme

 Adding torrents
 ---------------

The torrents are added by provisioning system based on the variables. You can also add
your own torrent using web UI or command-line option.
s
$ transmission-remote -a <path_to_the.torrent>

Known Issues
-------------
Currently it is not possible to use random ports in the range 65535-49152. It is difficult to open multiple ports in IIAB firewall.



 Troubleshooting
 ----------------