Update config options in cross-seed

This commit is contained in:
Mike Wilson
2024-12-20 09:24:45 -05:00
parent 6259e63e31
commit 039873b3f6
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
- overseerr - overseerr
- ntfy - ntfy
- gluetun - gluetun
- name: lubelogger - name: qbittorrent
tags: test tags: test
- nextcloud - nextcloud
- redlib - redlib
@@ -33,7 +33,7 @@
- slskd - slskd
- navidrome - navidrome
- lidarr - lidarr
- qbittorrent - lubelogger
- searxng - searxng
- synapse - synapse
- rimgo - rimgo

View File

@@ -1,7 +1,7 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
module.exports = { module.exports = {
delay: 10, delay: 30,
torznab: [ torznab: [
"http://prowlarr.local.{{ personal_domain }}/1/api?apikey={{ prowlarr_api_key }}", // TorrentLeech "http://prowlarr.local.{{ personal_domain }}/1/api?apikey={{ prowlarr_api_key }}", // TorrentLeech
@@ -25,8 +25,8 @@ module.exports = {
includeEpisodes: false, includeEpisodes: false,
includeNonVideos: false, includeNonVideos: false,
fuzzySizeThreshold: 0.02, fuzzySizeThreshold: 0.02,
excludeOlder: undefined, excludeOlder: "12w",
excludeRecentSearch: undefined, excludeRecentSearch: "2w",
action: "inject", action: "inject",
rtorrentRpcUrl: undefined, rtorrentRpcUrl: undefined,
qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}", qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}",