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

Auto-update README

This commit is contained in:
yunohost-bot 2024-03-22 01:38:38 +00:00
parent f7c9ebb506
commit 92cdd2fd42

View file

@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
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.
**Shipped version:** 0.20.1810~ynh1
**Shipped version:** 0.21.2114~ynh1
## Screenshots
@ -27,9 +26,9 @@ Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr
## Documentation and resources
* 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>
- 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>
## Developer info
@ -37,7 +36,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug
or
sudo yunohost app upgrade jackett -u https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug