Compare commits
2 Commits
2c53a7fe3a
...
7518ed646c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7518ed646c | ||
![]() |
1f15393381 |
@@ -4,7 +4,6 @@ module.exports = {
|
|||||||
delay: 30,
|
delay: 30,
|
||||||
|
|
||||||
torznab: [
|
torznab: [
|
||||||
"http://prowlarr.local.{{ personal_domain }}/1/api?apikey={{ prowlarr_api_key }}", // TorrentLeech
|
|
||||||
"http://prowlarr.local.{{ personal_domain }}/3/api?apikey={{ prowlarr_api_key }}", // ImmortalSeed
|
"http://prowlarr.local.{{ personal_domain }}/3/api?apikey={{ prowlarr_api_key }}", // ImmortalSeed
|
||||||
"http://prowlarr.local.{{ personal_domain }}/6/api?apikey={{ prowlarr_api_key }}", // Aither
|
"http://prowlarr.local.{{ personal_domain }}/6/api?apikey={{ prowlarr_api_key }}", // Aither
|
||||||
"http://prowlarr.local.{{ personal_domain }}/7/api?apikey={{ prowlarr_api_key }}", // Reelflix
|
"http://prowlarr.local.{{ personal_domain }}/7/api?apikey={{ prowlarr_api_key }}", // Reelflix
|
||||||
|
@@ -7,7 +7,7 @@ networks:
|
|||||||
services:
|
services:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
image: lscr.io/linuxserver/qbittorrent:5.0.4
|
image: lscr.io/linuxserver/qbittorrent:5.1.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: "container:gluetun"
|
network_mode: "container:gluetun"
|
||||||
environment:
|
environment:
|
||||||
|
@@ -21,6 +21,8 @@ settings:
|
|||||||
tracker_error_tag: issue # Will set the tag of any torrents that do not have a working tracker.
|
tracker_error_tag: issue # Will set the tag of any torrents that do not have a working tracker.
|
||||||
nohardlinks_tag: noHL
|
nohardlinks_tag: noHL
|
||||||
share_limits_tag: ~share_limit
|
share_limits_tag: ~share_limit
|
||||||
|
share_limits_min_seeding_time_tag: MinSeedTimeNotReached
|
||||||
|
|
||||||
directory:
|
directory:
|
||||||
root_dir: /data/torrents
|
root_dir: /data/torrents
|
||||||
torrents_dir: /torrents
|
torrents_dir: /torrents
|
||||||
@@ -92,6 +94,13 @@ share_limits:
|
|||||||
max_seeding_time: 28800 # 20 days
|
max_seeding_time: 28800 # 20 days
|
||||||
cleanup: true
|
cleanup: true
|
||||||
add_group_to_tag: false
|
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:
|
public_trackers:
|
||||||
priority: 10
|
priority: 10
|
||||||
include_any_tags:
|
include_any_tags:
|
||||||
|
Reference in New Issue
Block a user