diff --git a/ansible/roles/qbittorrent/templates/docker-compose.yml b/ansible/roles/qbittorrent/templates/docker-compose.yml index c20db1a..116746c 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.4 + image: lscr.io/linuxserver/qbittorrent:5.1.0 restart: unless-stopped network_mode: "container:gluetun" environment: diff --git a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml index a57b81a..73eedf3 100644 --- a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml +++ b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml @@ -21,6 +21,8 @@ settings: tracker_error_tag: issue # Will set the tag of any torrents that do not have a working tracker. nohardlinks_tag: noHL share_limits_tag: ~share_limit + share_limits_min_seeding_time_tag: MinSeedTimeNotReached + directory: root_dir: /data/torrents torrents_dir: /torrents @@ -92,6 +94,13 @@ share_limits: max_seeding_time: 28800 # 20 days cleanup: true add_group_to_tag: false + tl_cross-seed: + priority: 9 + include_all_tags: + - cross-seed + - TorrentLeech + limit_upload_speed: 100 # 100 KiBps + add_group_to_tag: false public_trackers: priority: 10 include_any_tags: