Browse Source

Update Jackett to v0.21.2163 (#1006)

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

2
jackett/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/jackett:0.21.1289@sha256:abcbb4df3064fd6a0aeb29bbb0be1f7e18be321b1c85009c94f65efdfb399add
image: linuxserver/jackett:0.21.2163@sha256:d1d5afd50a2ac0084e49eb57be551179281e965df2d9efc07a7b110d97c29d6a
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/config

4
jackett/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: jackett
category: media
name: Jackett
version: "0.21.1289"
version: "0.21.2163"
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,7 +34,7 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
This release updates Jackett from v0.21.1000 to v0.21.1289. The full release notes are available at https://github.com/Jackett/Jackett/releases.
This release updates Jackett from version 0.21.1289 to 0.21.2163. The full release notes are available at https://github.com/Jackett/Jackett/releases.
permissions:
- STORAGE_DOWNLOADS
torOnly: false

Loading…
Cancel
Save