Add uploader scripts and docs

This commit is contained in:
Maxx Cherevko
2026-04-30 09:02:36 +02:00
parent bcf4353722
commit f85a1eac62
9 changed files with 23849 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"remote_destination": "filez@10.10.8.1:/mnt/ssd2t/shared/torrent/Downloads/",
"ssh_key_path": "",
"ssh_port": 22,
"scan_directory": "/Users/mcer323/Downloads",
"skip_patterns": [
".*",
"*.crdownload",
"*.part",
"*.tmp",
"uploader",
"organizer",
"ORGANIZER_LOG.txt",
"organizer_log*.txt",
"__pycache__"
],
"min_file_age_seconds": 30,
"timeout_seconds": 7200,
"remote_scan_timeout": 120,
"dry_run": false
}