diff --git a/ansible/main.yml b/ansible/main.yml index b1eb033..c498e0c 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -12,7 +12,7 @@ - overseerr - ntfy - gluetun - - name: barassistant + - name: qbittorrent tags: test - nextcloud - redlib @@ -20,7 +20,7 @@ - calibre - calibre-web - deemix - - qbittorrent + - barassistant - mealie - recyclarr - firefly3 diff --git a/ansible/roles/qbittorrent/templates/cross-seed/config.js b/ansible/roles/qbittorrent/templates/cross-seed/config.js index ee9c5ed..44e53bb 100644 --- a/ansible/roles/qbittorrent/templates/cross-seed/config.js +++ b/ansible/roles/qbittorrent/templates/cross-seed/config.js @@ -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", diff --git a/ansible/roles/qbittorrent/templates/docker-compose.yml b/ansible/roles/qbittorrent/templates/docker-compose.yml index 2e18613..e201b6e 100644 --- a/ansible/roles/qbittorrent/templates/docker-compose.yml +++ b/ansible/roles/qbittorrent/templates/docker-compose.yml @@ -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: