2021-05-21 14:24:10 +02:00
<!--
2024-02-25 21:44:01 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2021-05-21 14:24:10 +02:00
It shall NOT be edited by hand.
-->
2021-05-21 18:34:01 +02:00
# Jackett for YunoHost
2021-05-21 14:24:10 +02:00
2023-03-24 18:07:30 +01:00
[![Integration level ](https://dash.yunohost.org/integration/jackett.svg )](https://dash.yunohost.org/appci/app/jackett) ![Working status ](https://ci-apps.yunohost.org/ci/badges/jackett.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/jackett.maintain.svg )
2021-11-22 09:40:29 +01:00
[![Install Jackett with 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
*[Lire ce readme en français.](./README_fr.md)*
2021-11-22 09:40:29 +01:00
> *This package allows you to install Jackett quickly and simply on a YunoHost server.
2021-05-21 14:24:10 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2024-02-25 22:20:56 +01:00
Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.
2021-05-21 14:24:10 +02:00
2024-02-25 21:44:01 +01:00
**Shipped version:** 0.20.1810~ynh1
2021-05-21 14:24:10 +02:00
## Screenshots
2022-05-27 14:36:34 +02:00
![Screenshot of Jackett ](./doc/screenshots/demo.png )
2021-05-21 14:24:10 +02:00
## Documentation and resources
2022-05-27 14:36:34 +02:00
* Upstream app code repository: < https: // github . com / Jackett / Jackett >
2023-10-31 15:16:58 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / jackett >
2022-05-27 14:36:34 +02:00
* Report a bug: < https: // github . com / YunoHost-Apps / jackett_ynh / issues >
2021-05-21 14:24:10 +02:00
## Developer info
2021-05-21 18:34:01 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/jackett_ynh/tree/testing ).
2021-05-21 14:24:10 +02:00
To try the testing branch, please proceed like that.
2022-05-27 14:36:34 +02:00
``` bash
2021-05-21 18:08:30 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug
2021-05-21 14:24:10 +02:00
or
2021-05-21 18:08:30 +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
```
2024-02-25 21:44:01 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >