Updates
This commit is contained in:
@@ -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",
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user