2021-05-21 14:24:10 +02:00
<!--
2024-04-15 03:36:45 +02: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
2024-04-15 03:36:45 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2021-05-21 14:24:10 +02:00
2024-04-15 03:36:45 +02:00
> *This package allows you to install Jackett quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2021-05-21 14:24:10 +02:00
## 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-04-15 03:36:45 +02:00
**Shipped version:** 0.21.2371~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
2024-04-15 03:36:45 +02:00
- Upstream app code repository: < https: // github . com / Jackett / Jackett >
- YunoHost Store: < https: // apps . yunohost . org / app / jackett >
- Report a bug: < https: // github . com / YunoHost-Apps / jackett_ynh / issues >
2021-05-21 14:24:10 +02:00
## Developer info
2024-04-15 03:36:45 +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
2024-04-15 03:36:45 +02:00
To try the `testing` branch, please proceed like that:
2022-05-27 14:36:34 +02:00
2024-04-15 03:36:45 +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-04-15 03:36:45 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >