From 84b73e221b08e7f3bc35436be7591fd31ec01783 Mon Sep 17 00:00:00 2001 From: KvL159 <71872444+KvL159@users.noreply.github.com> Date: Sat, 10 Oct 2020 19:35:30 +0800 Subject: [PATCH] Add remote client information RPC Add some exemples of clients and instructions to connect them --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 0213153..d32b806 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,22 @@ Transmission is a fast, easy, and free BitTorrent client. ## Limitations ## Additionnal informations +Alternative to WebUI : +You can use remote client on different platforms to manage your Transmission server: + +* Dekstop: Transmission-remote-GUI: https://github.com/transmission-remote-gui/transgui +* Mobile: Transdroid: http://www.transdroid.org/ +* More clients here: https://transmissionbt.com/resources/ + +You can use the following information to connect your server: + +* Remote host: Your domain or IP address (don't add folder) +* Port: 443 +* SSL: Enabled +* User: Your Yunohost Username +* Password: Password of the Yunohost User above +* RPC Path: /torrent/transmission/rpc (if you used the standard folder) ## Links