mirror of
https://github.com/YunoHost-Apps/qbittorrent_ynh.git
synced 2024-09-03 20:16:10 +02:00
47 lines
No EOL
2.2 KiB
Markdown
47 lines
No EOL
2.2 KiB
Markdown
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# qBittorrent pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/qbittorrent.svg)](https://dash.yunohost.org/appci/app/qbittorrent) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/qbittorrent.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/qbittorrent.maintain.svg)
|
||
|
||
[![Installer qBittorrent avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=qbittorrent)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer qBittorrent 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
|
||
|
||
qBittorrent se veut une bonne alternative à tous les autres clients bittorrent existants. qBittorrent est rapide, stable et offre un support unicode ainsi que de nombreuses fonctionnalités.
|
||
|
||
**Version incluse :** 4.2.5~ynh2
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de qBittorrent](./doc/screenshots/qbittorrent.jpg)
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://www.qbittorrent.org>
|
||
* Documentation officielle de l’admin : <https://github.com/qbittorrent/qBittorrent/wiki>
|
||
* Dépôt de code officiel de l’app : <https://github.com/qbittorrent/qBittorrent>
|
||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_qbittorrent>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/qbittorrent_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/qbittorrent_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/qbittorrent_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade qbittorrent -u https://github.com/YunoHost-Apps/qbittorrent_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |