1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simple-torrent_ynh.git synced 2024-09-03 20:26:18 +02:00
Simple Torrent package for YunoHost
Find a file
ericgaspar 14f3752823 Fix
2022-01-19 16:02:26 +01:00
.github Update updater.sh 2021-09-17 13:45:41 +02:00
conf Fix 2022-01-19 16:02:26 +01:00
doc Update DESCRIPTION.md 2021-08-29 10:49:20 +02:00
scripts Fix 2022-01-19 16:02:26 +01:00
.DS_Store Testing (#44) 2021-06-04 10:37:52 +02:00
check_process keep config (#67) 2021-11-03 13:44:32 +01:00
config_panel.toml fix 2022-01-19 15:30:33 +01:00
LICENSE First commit 2020-09-03 14:33:35 +02:00
manifest.json Update manifest.json 2021-12-05 11:49:17 +01:00
README.md Auto-update README 2021-12-05 10:49:23 +00:00
README_fr.md Auto-update README 2021-12-05 10:49:23 +00:00

Simple Torrent for YunoHost

Integration level
Install Simple Torrent with YunoHost

Lire ce readme en français.

This package allows you to install Simple Torrent quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

SimpleTorrent is a a self-hosted remote torrent client, written in Go (golang). Started torrents remotely, download sets of files on the local disk of the server, which are then retrievable or streamable via HTTP.

Features

  • Individual file download control (1.1.3+)
  • Run external program on tasks completion
  • Stops task when seeding ratio reached
  • Download/Upload speed limiter
  • Detailed transfer stats in web UI.
  • Torrent Watcher
  • Extra trackers from external source
  • Protocol Handler to magnet
  • Magnet RSS subscribing supported

Shipped version: 1.3.9~ynh3

Screenshots

Disclaimers / important information

Configuration

Most of the items can be edited in Web-UI on the fly in the config board.

You can also configure Simple Torrent by editing this file /var/www/simple-torrent/config.yml using the documentation.

Limitations

  • This app cannot be installed on a 32-bit ARM machine.

Documentation and resources

Developer info

Please send 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/simple-torrent_ynh/tree/testing --debug
or
sudo yunohost app upgrade simple-torrent -u https://github.com/YunoHost-Apps/simple-torrent_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps