Browse Source

Update jackett to v0.22.515 (#1386)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
e7cd634e57
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      jackett/docker-compose.yml
  2. 11
      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.444@sha256:fe37c3f7d0e09db89c092d47ff50ee286d1be3ff5aa35d3f50d3d13cd26f658f
image: linuxserver/jackett:0.22.515@sha256:51da76352ebd8afddb5806b1c8448cba4329f1cb31f9b0cfa2210afa987e729e
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/config

11
jackett/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: jackett
category: media
name: Jackett
version: "0.22.444"
version: "0.22.515"
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,10 +34,15 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
This update includes minor improvements and bug fixes.
This update includes improvements and bug fixes:
- Updated domain for rudub
- Fixed issues with Anthelion's CA
- Added support for seedpool, a private site
- Improved uploadcx with 100 results now working
Full release notes are found at https://github.com/Jackett/Jackett/releases.
Full release notes are found at https://github.com/Jackett/Jackett/releases
permissions:
- STORAGE_DOWNLOADS
torOnly: false

Loading…
Cancel
Save