mirror of
https://github.com/YunoHost-Apps/simple-torrent_ynh.git
synced 2024-09-03 20:26:18 +02:00
69 lines
No EOL
2.9 KiB
Markdown
69 lines
No EOL
2.9 KiB
Markdown
# Simple Torrent pour YunoHost
|
||
|
||
[](https://dash.yunohost.org/appci/app/simple-torrent)  
|
||
[](https://install-app.yunohost.org/?app=simple-torrent)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer Simple Torrent rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
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
|
||
|
||
|
||
**Version incluse :** 1.3.9~ynh2
|
||
|
||
|
||
|
||
## Captures d'écran
|
||
|
||

|
||

|
||
|
||
## Avertissements / informations importantes
|
||
|
||
## Configuration
|
||
|
||
La plupart des éléments peuvent être modifiés à la volée dans Web-UI dans la page de configuration.
|
||
|
||
Vous pouvez configurer Simple Torrent en modifiant le fichier `/var/www/simple-torrent/config.yml` en vous aidant de la [documentation](https://github.com/boypt/simple-torrent/wiki/Config-File).
|
||
|
||
## Limitations
|
||
|
||
- Cette application ne peut pas être installée sur une machine ARM 32 bits.
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : https://github.com/boypt/simple-torrent
|
||
* Documentation officielle de l'admin : https://github.com/boypt/simple-torrent/wiki
|
||
* Dépôt de code officiel de l'app : https://github.com/boypt/simple-torrent
|
||
* Documentation YunoHost pour cette app : https://yunohost.org/app_simple-torrent
|
||
* Signaler un bug : https://github.com/YunoHost-Apps/simple-torrent_ynh/issues
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/simple-torrent_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/simple-torrent_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade simple-torrent -u https://github.com/YunoHost-Apps/simple-torrent_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |