# Cloud Torrent pour YunoHost
[](https://dash.yunohost.org/appci/app/cloud-torrent)  
[](https://install-app.yunohost.org/?app=cloud-torrent)
*[Lire le README dans d'autres langues.](./ALL_README.md)*
> *Ce package vous permet d’installer Cloud Torrent rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
## Vue d’ensemble
Cloud-Torrent 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
**Version incluse :** 0.9.1~ynh1
## Captures d’écran

## Documentations et ressources
- Documentation officielle de l’admin :
- Dépôt de code officiel de l’app :
- YunoHost Store :
- Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/cloud-torrent_ynh/tree/testing).
Pour essayer la branche `testing`, procédez comme suit :
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/cloud-torrent_ynh/tree/testing --debug
ou
sudo yunohost app upgrade cloud-torrent -u https://github.com/YunoHost-Apps/cloud-torrent_ynh/tree/testing --debug
```
**Plus d’infos sur le packaging d’applications :**