mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update jackett to version v0.22.1595 (#2345)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
37554d3fb7
commit
b77f00c68d
@ -8,7 +8,7 @@ services:
|
|||||||
PROXY_AUTH_WHITELIST: "/api/* /dl/*"
|
PROXY_AUTH_WHITELIST: "/api/* /dl/*"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: linuxserver/jackett:0.22.1363@sha256:f36bf93ca36dcc4d1aa3cede5a1f5c801462ecdaebe80f789986011062fcb6a0
|
image: linuxserver/jackett:0.22.1595@sha256:65eb3f0a54d760c0f98327523ca2475ff2b1368395c21e192c657a5af72e228d
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/config
|
- ${APP_DATA_DIR}/data:/config
|
||||||
@ -16,4 +16,4 @@ services:
|
|||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: jackett
|
id: jackett
|
||||||
category: media
|
category: media
|
||||||
name: Jackett
|
name: Jackett
|
||||||
version: "0.22.1363"
|
version: "0.22.1595"
|
||||||
tagline: API support for your favorite torrent trackers
|
tagline: API support for your favorite torrent trackers
|
||||||
description: >-
|
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,
|
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,16 +34,13 @@ gallery:
|
|||||||
- 3.jpg
|
- 3.jpg
|
||||||
path: ""
|
path: ""
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
This release includes improvements for various trackers and functionality:
|
Highlights:
|
||||||
- Updated domain configurations for multiple trackers
|
- Added support for the Phoenix Project (private tracker).
|
||||||
- Enhanced search functionality and release name handling
|
- Improved compatibility with VSTTorrents and TorrentQQ.
|
||||||
- Improved language cleanup for certain trackers
|
|
||||||
- General performance and stability improvements
|
|
||||||
|
|
||||||
|
|
||||||
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:
|
permissions:
|
||||||
- STORAGE_DOWNLOADS
|
- STORAGE_DOWNLOADS
|
||||||
torOnly: false
|
torOnly: false
|
||||||
submitter: Pranshu Agrawal
|
submitter: Pranshu Agrawal
|
||||||
submission: "https://github.com/getumbrel/umbrel-apps/pull/665"
|
submission: "https://github.com/getumbrel/umbrel-apps/pull/665"
|
||||||
|
Loading…
Reference in New Issue
Block a user