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:
parent
a1aabe4dfe
commit
ec409eedb5
2 changed files with 12 additions and 14 deletions
11
README.md
11
README.md
|
@ -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.2025~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
|
||||
|
|
11
README_fr.md
11
README_fr.md
|
@ -18,8 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
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.
|
||||
|
||||
|
||||
**Version incluse :** 0.20.1810~ynh1
|
||||
**Version incluse :** 0.21.2025~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -27,9 +26,9 @@ Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Dépôt de code officiel de l’app : <https://github.com/Jackett/Jackett>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/jackett>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/jackett_ynh/issues>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/Jackett/Jackett>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/jackett>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/jackett_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -37,7 +36,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade jackett -u https://github.com/YunoHost-Apps/jackett_ynh/tree/testing --debug
|
||||
|
|
Loading…
Add table
Reference in a new issue