Skip to content

Commit

Permalink
Update jackett to version v0.22.393 (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jul 31, 2024
1 parent da9bf35 commit 6f453fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions jackett/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ 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
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
stop_grace_period: 1m
environment:
- PUID=1000
- PGID=1000
- PGID=1000
15 changes: 8 additions & 7 deletions jackett/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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"

0 comments on commit 6f453fb

Please sign in to comment.