Browse Source

Update jackett to v0.22.411 (#1305)

main
Nathan Fretz 6 months ago
committed by GitHub
parent
commit
05c45189b1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      jackett/docker-compose.yml
  2. 8
      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.393@sha256:ecd38a9224f4e0820a81139098d3b8d0dc4938d619ca53b1ad7395f60b89365f
image: linuxserver/jackett:0.22.411@sha256:cecdf933996f904e43c2b4e43db887e881b47e6ac340043e5667105c03bc7cbd
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/config

8
jackett/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: jackett
category: media
name: Jackett
version: "0.22.393"
version: "0.22.411"
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,
@ -13,7 +13,7 @@ description: >-
🛠️ SET-UP INSTRUCTIONS
1. Base URL Configuration: In Jackett, fill in the "Base URL override" with "http://<the-ip-of-your-umbrel>:9117" without the quotes and replace with the IP of your Umbrel device.
1. Base URL Configuration: In Jackett, fill in the "Base URL override" with "http://[the-ip-of-your-umbrel]:9117" without the quotes and replace with the IP of your Umbrel device.
You can find your device's IP address by visiting your router's admin dashboard or by using an IP scanning tool like Angry IP Scanner.
This ensures that functionalities like copying a Torznab feed URL to your clipboard work correctly for integration with apps like Sonarr and Radarr.
@ -34,10 +34,8 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
Changes:
This update includes minor improvements and bug fixes.
- Added a new public site.
- Updated categories for Rutracker.
Full release notes are found at https://github.com/Jackett/Jackett/releases.
permissions:

Loading…
Cancel
Save