mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
22 lines
914 B
Markdown
22 lines
914 B
Markdown
## General tips
|
|
|
|
Torrents are located in `__DATA_DIR__` and should be accessible from `https://__DOMAIN____PATH__/downloads`.
|
|
|
|
Alternatively, you can download the files using an SFTP client, the SCP command, or you configure another app such as Nextcloud to be able to browse these files.
|
|
|
|
## Alternative to the web ui
|
|
|
|
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)
|