Update jackett to v0.22.2202 (#3317)

This commit is contained in:
Alexander L. 2025-07-28 18:09:16 +02:00 committed by GitHub
parent 3a0e24ef16
commit cc2fe9cd4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/* /dl/*"
server:
image: linuxserver/jackett:0.22.2185@sha256:6f4284bb34b8971193d82ffd7ea0a528427c4476a802e2bb5aa29987ae267b9e
image: linuxserver/jackett:0.22.2202@sha256:56e217a344f23944fa3c5944b2aa2cf5fb0c6eb6a00d70096d35c5586fb96f1a
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/config

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: jackett
category: media
name: Jackett
version: "0.22.2185"
version: "0.22.2202"
tagline: API support for your favorite torrent trackers
description: >-
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,
@ -35,6 +35,7 @@ gallery:
path: ""
releaseNotes: >-
This release includes various improvements and updates:
- Updated several trackers with new domains and categories
- Improved compatibility with Sonarr and other apps
- Enhanced search functionality and API support