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 - overseerr
- ntfy - ntfy
- gluetun - gluetun
- name: barassistant - name: qbittorrent
tags: test tags: test
- nextcloud - nextcloud
- redlib - redlib
@@ -20,7 +20,7 @@
- calibre - calibre
- calibre-web - calibre-web
- deemix - deemix
- qbittorrent - barassistant
- mealie - mealie
- recyclarr - recyclarr
- firefly3 - firefly3

View File

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

View File

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