Skip to content

Commit

Permalink
Update jackett to v0.22.618 (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Sep 16, 2024
1 parent 09cfaf7 commit db8790a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jackett/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/* /dl/*"

server:
image: linuxserver/jackett:0.22.604@sha256:142ca9ad305872d5f63c22da81db5cfcc29bd5b5c95395d739269aa6b6876b12
image: linuxserver/jackett:0.22.618@sha256:d9bf6fb28785015c3afc47143a556ea7fbf93e3aea59247964890b1a39d33078
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/config
Expand Down
4 changes: 3 additions & 1 deletion 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.22.604"
version: "0.22.618"
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 @@ -39,6 +39,8 @@ releaseNotes: >-
- Updated domain for a torrent tracker
- Improved support for various private trackers
- Enhanced search functionality for certain sites
- Added filter for freeleech content on some trackers
- Fixed global "only upload" setting for specific trackers
Full release notes are found at https://github.com/Jackett/Jackett/releases
Expand Down

0 comments on commit db8790a

Please sign in to comment.