Migrate Seedsync setup to /docker directory
Now able to track and backup all seedsync configs Add config backups to gitignore for Seedsync
This commit is contained in:
35
seedsync/config/seedsync_junk_packs/settings.cfg
Normal file
35
seedsync/config/seedsync_junk_packs/settings.cfg
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
debug = False
|
||||
verbose = False
|
||||
|
||||
[Lftp]
|
||||
remote_address = asia.feralhosting.com
|
||||
remote_username = tinyturtle
|
||||
remote_password = password
|
||||
remote_port = 22
|
||||
remote_path = /media/dmg/tinyturtle/junk_transfer_packs
|
||||
local_path = /downloads
|
||||
remote_path_to_scan_script = /media/dmg/tinyturtle/.seedsync_junk_packs_bin
|
||||
use_ssh_key = True
|
||||
num_max_parallel_downloads = 1
|
||||
num_max_parallel_files_per_download = 2
|
||||
num_max_connections_per_root_file = 5
|
||||
num_max_connections_per_dir_file = 5
|
||||
num_max_total_connections = 5
|
||||
use_temp_file = True
|
||||
|
||||
[Controller]
|
||||
interval_ms_remote_scan = 30000
|
||||
interval_ms_local_scan = 10000
|
||||
interval_ms_downloading_scan = 1000
|
||||
extract_path = /seedsynctmp
|
||||
use_local_path_as_extract_path = True
|
||||
|
||||
[Web]
|
||||
port = 8804
|
||||
|
||||
[AutoQueue]
|
||||
enabled = True
|
||||
patterns_only = False
|
||||
auto_extract = True
|
||||
|
||||
Reference in New Issue
Block a user