1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jackett_ynh.git synced 2024-09-03 19:26:28 +02:00
jackett_ynh/README_fr.md

52 lines
2.1 KiB
Markdown
Raw Normal View History

2022-06-09 19:29:49 +02:00
<!--
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.
-->
2021-05-21 18:34:01 +02:00
# Jackett pour YunoHost
2021-05-21 14:24:10 +02:00
2022-06-09 19:29:49 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/jackett.svg)](https://dash.yunohost.org/appci/app/jackett) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/jackett.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/jackett.maintain.svg)
2021-11-22 09:40:29 +01:00
[![Installer Jackett avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jackett)
2021-05-21 14:24:10 +02:00
*[Read this readme in english.](./README.md)*
2021-11-22 09:40:29 +01:00
> *Ce package vous permet d'installer Jackett 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.*
2021-05-21 14:24:10 +02:00
## Vue d'ensemble
2021-11-22 09:40:29 +01:00
API pour vos trackers torrent préférés
2021-05-21 14:24:10 +02:00
2021-11-22 09:40:29 +01:00
**Version incluse :** 0.20.53~ynh1
2021-05-21 14:24:10 +02:00
2021-11-22 09:40:29 +01:00
**Démo :** https://github.com/Jackett/Jackett
2021-05-21 14:24:10 +02:00
## Captures d'écran
2022-06-09 19:29:49 +02:00
![Capture d'écran de Jackett](./doc/screenshots/demo.png)
2021-05-21 14:24:10 +02:00
## Avertissements / informations importantes
* Any known limitations, constrains or stuff not working, such as (but not limited to):
2021-05-21 18:34:01 +02:00
* No LDAP Support
2021-05-21 14:24:10 +02:00
## Documentations et ressources
2022-06-09 19:29:49 +02:00
* Site officiel de l'app : <https://github.com/Jackett/Jackett>
* Dépôt de code officiel de l'app : <https://github.com/Jackett/Jackett>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_jackett>
* Signaler un bug : <https://github.com/YunoHost-Apps/jackett_ynh/issues>
2021-05-21 14:24:10 +02:00
## Informations pour les développeurs
2021-05-21 18:34:01 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/jackett_ynh/tree/testing).
2021-05-21 14:24:10 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-06-09 19:29:49 +02:00
``` bash
2021-05-21 18:34:01 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug
2021-11-22 09:40:29 +01:00
ou
2021-05-21 18:34:01 +02:00
sudo yunohost app upgrade jackett -u https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug
2021-05-21 14:24:10 +02:00
```
2022-06-09 19:29:49 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>