From 9d38704699df906c7e92acf47b6712cb74caf511 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Mon, 31 Mar 2025 22:13:25 -0400 Subject: [PATCH] More cross-seed v6 updates --- ansible/roles/qbittorrent/templates/cross-seed/config.js | 1 + ansible/roles/qbittorrent/templates/docker-compose.yml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/qbittorrent/templates/cross-seed/config.js b/ansible/roles/qbittorrent/templates/cross-seed/config.js index b4c9461..0efa718 100644 --- a/ansible/roles/qbittorrent/templates/cross-seed/config.js +++ b/ansible/roles/qbittorrent/templates/cross-seed/config.js @@ -29,6 +29,7 @@ module.exports = { duplicateCategories: true, // This is instead of setting a linkCategory seasonsFromEpisodes: 0.8, matchMode: "partial", + linkDirs: ["/data/watch/cross-seed"], notificationWebhookUrl: "https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}", port: 2468, rssCadence: "16min", diff --git a/ansible/roles/qbittorrent/templates/docker-compose.yml b/ansible/roles/qbittorrent/templates/docker-compose.yml index 5044f65..8fb88e9 100644 --- a/ansible/roles/qbittorrent/templates/docker-compose.yml +++ b/ansible/roles/qbittorrent/templates/docker-compose.yml @@ -49,8 +49,7 @@ services: user: "{{ service_user.uid }}:{{ service_user.uid }}" volumes: - "{{ data_dir }}/cross-seed:/config" - - "{{ data_dir }}/qbittorrent/qBittorrent/BT_backup:/torrents" - - "{{ data_dir }}/cross-seed/output:/cross-seeds" + - "{{ media_storage_mnt }}/data:/data command: daemon restart: unless-stopped