Browse Source

Update jackett to version v0.22.749 (#1614)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
899afe77fe
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.714@sha256:93ae4ffc6a1c1988e3da68475428581283e80c04399fdb6be5e1033eb3052830
image: linuxserver/jackett:0.22.749@sha256:51d1a169ecee6b82d87cdbe6dd9fbcb2e2a5b8cf383e6c613b2ec460a67ad432
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.714"
version: "0.22.749"
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 domains for some torrent trackers
- Improved handling of anime titles
- Updated categories for specific trackers
This is a bugfix release.
Full release notes are found at https://github.com/Jackett/Jackett/releases

Loading…
Cancel
Save