1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00
Transmission package for YunoHost
Find a file
Kayou 708d1915cf
Merge pull request #73 from KvL159/patch-1
Add remote client information RPC
2020-11-03 21:32:17 +01:00
conf Update nginx.conf to protect against path traversal issue 2020-10-25 11:49:27 +01:00
scripts Update scripts/remove 2020-04-15 12:34:27 +02:00
sources/extra_files/app Global refactoring 2017-06-13 23:37:51 +02:00
.gitignore Incomplete remove and fix restore after remove 2017-06-16 20:38:31 +02:00
check_process Add change_url script 2019-05-20 19:16:54 +02:00
LICENSE Global refactoring 2017-06-13 23:37:51 +02:00
manifest.json Normalization from example_ynh 2019-05-01 13:24:56 +02:00
pull_request_template.md Move from ci-apps-dev to ci-apps-hq 2019-04-15 20:54:38 +02:00
README.md Merge pull request #73 from KvL159/patch-1 2020-11-03 21:32:17 +01:00

Transmission for YunoHost

Integration level
Install Transmission with YunoHost

This package allow you to install Transmission quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Transmission is a fast, easy, and free BitTorrent client.

Shipped version: Debian repository version.

Screenshots

Demo

Configuration

Documentation

YunoHost specific features

  • Integration with YunoHost Multimedia directories

Multi-users support

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

Additionnal informations

Alternative to WebUI :

You can use remote client on different platforms to manage your Transmission server:

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)

Developers infos

Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/transmission_ynh/tree/testing --debug
or
sudo yunohost app upgrade transmission -u https://github.com/YunoHost-Apps/transmission_ynh/tree/testing --debug