Compare commits

...

3 Commits

Author SHA1 Message Date
Mike Wilson
e440df2ac8 Fix more config options in cross-seed 2024-12-20 09:34:53 -05:00
Mike Wilson
039873b3f6 Update config options in cross-seed 2024-12-20 09:24:45 -05:00
Mike Wilson
6259e63e31 Consolidate syntax for tracker tagging 2024-11-18 09:19:24 -05:00
4 changed files with 9 additions and 10 deletions

View File

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

View File

@@ -1,7 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
module.exports = {
delay: 10,
delay: 30,
torznab: [
"http://prowlarr.local.{{ personal_domain }}/1/api?apikey={{ prowlarr_api_key }}", // TorrentLeech
@@ -25,14 +25,14 @@ module.exports = {
includeEpisodes: false,
includeNonVideos: false,
fuzzySizeThreshold: 0.02,
excludeOlder: undefined,
excludeRecentSearch: undefined,
excludeOlder: "12w",
excludeRecentSearch: "3w",
action: "inject",
rtorrentRpcUrl: undefined,
qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}",
duplicateCategories: true,
notificationWebhookUrl: "https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}",
port: 2468,
rssCadence: "2w",
searchCadence: "6w",
rssCadence: "16min",
searchCadence: "1w",
};

View File

@@ -43,9 +43,7 @@ tracker:
tag: DigitalCore
myanonamouse:
tag: MaM
tleechreload:
tag: TorrentLeech
torrentleech:
torrentleech|tleechreload:
tag: TorrentLeech
aither:
tag: Aither

View File

@@ -32,3 +32,4 @@
handlers:
- name: reboot
ansible.builtin.reboot:
become: true