Configured synapse

This commit is contained in:
Mike Wilson
2023-02-27 21:09:45 -05:00
parent 45eb75773a
commit e78c943fb0
15 changed files with 274 additions and 4 deletions

View File

@@ -20,10 +20,12 @@ directory:
cat:
movies: /data/torrents/movies
movies.cross-seed: /data/torrents/movies
tv: /data/torrents/tv
tv.cross-seed: /data/torrents/tv
music: /data/torrents/music
music.cross-seed: /data/torrents/music
torrents: /data/torrents/
tracker:
digitalcore:
tag: DigitalCore
@@ -52,6 +54,8 @@ tracker:
tag: RuTracker
rarbg:
tag: RarBG
reelflix:
tag: ReelFlix
nohardlinks:
movies:
@@ -61,6 +65,13 @@ nohardlinks:
min_seeding_time: 43200
resume_torrent_after_untagging_noHL: true
exclude_tags:
movies.cross-seed:
cleanup: true
max_ratio: 4.0
max_seeding_time: 43200 # 30 days
min_seeding_time: 43200
resume_torrent_after_untagging_noHL: true
exclude_tags:
tv:
cleanup: true
max_ratio: 4.0
@@ -68,6 +79,13 @@ nohardlinks:
min_seeding_time: 43200
resume_torrent_after_untagging_noHL: true
exclude_tags:
tv.cross-seed:
cleanup: true
max_ratio: 4.0
max_seeding_time: 43200
min_seeding_time: 43200
resume_torrent_after_untagging_noHL: true
exclude_tags:
music:
cleanup: true
max_ratio: 4.0
@@ -75,6 +93,13 @@ nohardlinks:
min_seeding_time: 43200
resume_torrent_after_untagging_noHL: true
exclude_tags:
music.cross-seed:
cleanup: true
max_ratio: 4.0
max_seeding_time: 43200
min_seeding_time: 43200
resume_torrent_after_untagging_noHL: true
exclude_tags:
recyclebin:
enabled: true