Browse Source

Update jackett to version v0.22.825 (#1677)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
28fcb72eb9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      jackett/docker-compose.yml
  2. 10
      jackett/umbrel-app.yml

2
jackett/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/* /dl/*"
server:
image: linuxserver/jackett:0.22.806@sha256:294a203e3e0ee4ce39d2f869ebd25075a1bf65429100000bf5993e2a7d8889e7
image: linuxserver/jackett:0.22.832@sha256:f4b49f4a232508bb29048d938870c9be6417f07c6e5e2ba8a02840d5f299c092
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/config

10
jackett/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: jackett
category: media
name: Jackett
version: "0.22.806"
version: "0.22.832"
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,7 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
This release includes minor updates and improvements.
Key changes:
- Updated login method for some trackers
- Improved compatibility with specific sites
- Added new options for certain trackers
This is a small bugfix release.
Full release notes are found at https://github.com/Jackett/Jackett/releases

Loading…
Cancel
Save