diff --git a/ansible/main.yml b/ansible/main.yml index 2a19895..c901db6 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -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 diff --git a/ansible/roles/qbittorrent/templates/cross-seed/config.js b/ansible/roles/qbittorrent/templates/cross-seed/config.js index 90426f7..7fa3ff5 100644 --- a/ansible/roles/qbittorrent/templates/cross-seed/config.js +++ b/ansible/roles/qbittorrent/templates/cross-seed/config.js @@ -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,8 +25,8 @@ module.exports = { includeEpisodes: false, includeNonVideos: false, fuzzySizeThreshold: 0.02, - excludeOlder: undefined, - excludeRecentSearch: undefined, + excludeOlder: "12w", + excludeRecentSearch: "2w", action: "inject", rtorrentRpcUrl: undefined, qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}",