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