Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jackett to version v0.22.393 #1260

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"