This commit is contained in:
Mike Wilson
2025-04-01 11:06:52 -04:00
parent aea94a2f0f
commit 2da04c283d
3 changed files with 7 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
- overseerr
- ntfy
- gluetun
- name: barassistant
- name: qbittorrent
tags: test
- nextcloud
- redlib
@@ -20,7 +20,7 @@
- calibre
- calibre-web
- deemix
- qbittorrent
- barassistant
- mealie
- recyclarr
- firefly3

View File

@@ -17,6 +17,8 @@ module.exports = {
"http://prowlarr.local.{{ personal_domain }}/19/api?apikey={{ prowlarr_api_key }}", // Cathode-Ray.Tube
],
outputDir: null,
useClientTorrents: true,
includeNonVideos: false,
fuzzySizeThreshold: 0.02,
excludeOlder: "12w",
@@ -30,7 +32,8 @@ module.exports = {
seasonsFromEpisodes: 0.8,
matchMode: "partial",
linkDirs: ["/torrents/cross-seed"],
notificationWebhookUrl: "https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}",
linkType: "hardlink",
notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"],
port: 2468,
rssCadence: "16min",
searchCadence: "1w",

View File

@@ -7,7 +7,7 @@ networks:
services:
qbittorrent:
container_name: qbittorrent
image: lscr.io/linuxserver/qbittorrent:5.0.1
image: lscr.io/linuxserver/qbittorrent:5.0.3
restart: unless-stopped
network_mode: "container:gluetun"
environment: