From 677292bab62972be1d509b2e2addf527b10b15db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:05:17 +0200 Subject: [PATCH 1/7] cleaning --- conf/nginx.conf | 2 +- conf/systemd.service | 2 +- doc/DESCRIPTION_fr.md | 1 + manifest.toml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/conf/nginx.conf b/conf/nginx.conf index ddace06..9ab0178 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__ { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header X-Forwarded-Host $http_host; + proxy_set_header X-Forwarded-Host $host; proxy_redirect off; # Allow the Jackett API diff --git a/conf/systemd.service b/conf/systemd.service index f9095a3..682fb01 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Jackett Daemon +Description=Jackett: API support for torrent trackers After=network.target [Service] diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..c5fc2ff --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +Jackett fonctionne comme un serveur proxy : il traduit les requêtes des applications (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious, etc.) en requêtes http spécifiques au site de suivi, analyse la réponse HTML ou JSON, puis renvoie les résultats au logiciel demandeur. Cela permet d'obtenir des téléchargements récents (comme RSS) et d'effectuer des recherches. Jackett est un référentiel unique de logique de scraping et de traduction d'indexeurs maintenue, ce qui supprime la charge des autres applications. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 740f292..0dfae4e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ license = "GPL-2.0" code = "https://github.com/Jackett/Jackett" [integration] -yunohost = ">= 11.2" +yunohost = ">= 11.2.28" architectures = ["amd64", "arm64", "armhf"] multi_instance = true ldap = false From 48f8bf767abd3ed6024ad9af3a381ace44cfc657 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 30 Aug 2024 17:05:22 +0000 Subject: [PATCH 2/7] Auto-update READMEs --- README_fr.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README_fr.md b/README_fr.md index 00c979b..001ae0f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,8 +16,7 @@ Il NE doit PAS être modifié à la main. ## Vue d’ensemble -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. - +Jackett fonctionne comme un serveur proxy : il traduit les requêtes des applications (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious, etc.) en requêtes http spécifiques au site de suivi, analyse la réponse HTML ou JSON, puis renvoie les résultats au logiciel demandeur. Cela permet d'obtenir des téléchargements récents (comme RSS) et d'effectuer des recherches. Jackett est un référentiel unique de logique de scraping et de traduction d'indexeurs maintenue, ce qui supprime la charge des autres applications. **Version incluse :** 0.22.526~ynh1 From 00bea6e84c4cb0ab33cf6f5fbe9af8f506b3b85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:05:37 +0200 Subject: [PATCH 3/7] Update remove --- scripts/remove | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/remove b/scripts/remove index 2dc94fd..0e95a82 100755 --- a/scripts/remove +++ b/scripts/remove @@ -28,13 +28,6 @@ ynh_remove_nginx_config # Remove the app-specific logrotate config ynh_remove_logrotate -#================================================= -# REMOVE VARIOUS FILES -#================================================= -ynh_script_progression --message="Removing various files..." - -# Remove the log files - #================================================= # END OF SCRIPT #================================================= From 6c6840b86dafb1eda4ff07e9143b637a903737cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:06:48 +0200 Subject: [PATCH 4/7] Update tests.toml --- tests.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests.toml b/tests.toml index bf2ad39..953b195 100644 --- a/tests.toml +++ b/tests.toml @@ -7,5 +7,3 @@ test_format = 1.0 # ------------ # Tests to run # ------------ - - test_upgrade_from.b34211636ffd4bfb0a0515490cdd6d0afba9d482.name = "Last packagingv1 version" From d761afe15d3ad2add7ccab9b873b3055ffab1c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:07:05 +0200 Subject: [PATCH 5/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 0dfae4e..2bb57a8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Jackett" description.en = "API support for your favorite torrent trackers" description.fr = "API pour vos trackers torrent préférés" -version = "0.22.526~ynh1" +version = "0.22.526~ynh2" maintainers = ["Navan Chauhan"] From 3a4fbfe44a662a83c35354d59862941a5fd8329d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 30 Aug 2024 17:07:10 +0000 Subject: [PATCH 6/7] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_id.md | 2 +- README_ru.md | 2 +- README_zh_Hans.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9a8cbdd..f7ed86c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. 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.22.526~ynh1 +**Shipped version:** 0.22.526~ynh2 ## Screenshots diff --git a/README_es.md b/README_es.md index 673cdce..68b5a01 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. 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. -**Versión actual:** 0.22.526~ynh1 +**Versión actual:** 0.22.526~ynh2 ## Capturas diff --git a/README_eu.md b/README_eu.md index fa36759..4fdaedf 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. 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. -**Paketatutako bertsioa:** 0.22.526~ynh1 +**Paketatutako bertsioa:** 0.22.526~ynh2 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 001ae0f..af80c43 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Jackett fonctionne comme un serveur proxy : il traduit les requêtes des applications (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious, etc.) en requêtes http spécifiques au site de suivi, analyse la réponse HTML ou JSON, puis renvoie les résultats au logiciel demandeur. Cela permet d'obtenir des téléchargements récents (comme RSS) et d'effectuer des recherches. Jackett est un référentiel unique de logique de scraping et de traduction d'indexeurs maintenue, ce qui supprime la charge des autres applications. -**Version incluse :** 0.22.526~ynh1 +**Version incluse :** 0.22.526~ynh2 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index f3aad8e..a082682 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. 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. -**Versión proporcionada:** 0.22.526~ynh1 +**Versión proporcionada:** 0.22.526~ynh2 ## Capturas de pantalla diff --git a/README_id.md b/README_id.md index 45992fe..bcde497 100644 --- a/README_id.md +++ b/README_id.md @@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan. 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. -**Versi terkirim:** 0.22.526~ynh1 +**Versi terkirim:** 0.22.526~ynh2 ## Tangkapan Layar diff --git a/README_ru.md b/README_ru.md index a211a54..c194d32 100644 --- a/README_ru.md +++ b/README_ru.md @@ -19,7 +19,7 @@ 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. -**Поставляемая версия:** 0.22.526~ynh1 +**Поставляемая версия:** 0.22.526~ynh2 ## Снимки экрана diff --git a/README_zh_Hans.md b/README_zh_Hans.md index fd726e2..5da9f53 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ 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. -**分发版本:** 0.22.526~ynh1 +**分发版本:** 0.22.526~ynh2 ## 截图 From f20a57ff5303d4d8f74f28009a357ce7fc376cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 30 Aug 2024 20:29:35 +0200 Subject: [PATCH 7/7] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 9ab0178..ddace06 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__ { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header X-Forwarded-Host $host; + proxy_set_header X-Forwarded-Host $http_host; proxy_redirect off; # Allow the Jackett API