diff --git a/jackett/docker-compose.yml b/jackett/docker-compose.yml index 5fddeff711..9877f9d4a6 100644 --- a/jackett/docker-compose.yml +++ b/jackett/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/* /dl/*" server: - image: linuxserver/jackett:0.21.2446@sha256:fb4a593a24655004354787d5184a223102e14b75e71e531ee0d3e281266ddfd9 + image: linuxserver/jackett:0.22.393@sha256:ecd38a9224f4e0820a81139098d3b8d0dc4938d619ca53b1ad7395f60b89365f restart: on-failure volumes: - ${APP_DATA_DIR}/data:/config @@ -16,4 +16,4 @@ services: stop_grace_period: 1m environment: - PUID=1000 - - PGID=1000 + - PGID=1000 \ No newline at end of file diff --git a/jackett/umbrel-app.yml b/jackett/umbrel-app.yml index 2bd5053746..a5ac06b282 100644 --- a/jackett/umbrel-app.yml +++ b/jackett/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: jackett category: media name: Jackett -version: "0.21.2446" +version: "0.22.393" 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, @@ -34,13 +34,14 @@ gallery: - 3.jpg path: "" releaseNotes: >- - This release updates Jackett from version 0.21.2163 to 0.21.2446. - It includes a fix for an issue where private/proxied indexers could not be used with companion apps like Sonarr and Radarr. - - - The full release notes are available at https://github.com/Jackett/Jackett/releases. + Changes: + + - Added a new public site. + - Updated categories for Rutracker. + + Full release notes are found at https://github.com/Jackett/Jackett/releases. permissions: - STORAGE_DOWNLOADS torOnly: false submitter: Pranshu Agrawal -submission: "https://github.com/getumbrel/umbrel-apps/pull/665" +submission: "https://github.com/getumbrel/umbrel-apps/pull/665" \ No newline at end of file