From 3d964004f5db7af515cccd638be103c8e61769a5 Mon Sep 17 00:00:00 2001 From: admin_jk Date: Sun, 1 Mar 2026 15:28:40 -0700 Subject: [PATCH] porntuamte config file update --- lxc3/porntumate/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lxc3/porntumate/config.yml b/lxc3/porntumate/config.yml index 96fdedd..bf51c88 100644 --- a/lxc3/porntumate/config.yml +++ b/lxc3/porntumate/config.yml @@ -7,12 +7,12 @@ # qBittorrent (Mint VM instance - private trackers) # ----------------------------------------------------------------------------- qbittorrent: - host: "" # e.g. 192.168.1.50 + host: "10.17.17.8" # e.g. 192.168.1.50 port: 8080 - username: "" - password: "" + username: "jkilloran" + password: "Pizzajam11" # Category names - must match exactly what's configured in qBittorrent - category_downloading: "1 - downloading" + category_downloading: "1 - downloads" category_copying: "2 - copying" category_seeding: "3 - seeding" @@ -20,9 +20,9 @@ qbittorrent: # Whisparr # ----------------------------------------------------------------------------- whisparr: - host: "" # e.g. 192.168.1.100 + host: "172.16.201.202" # e.g. 192.168.1.100 port: 6969 - api_key: "" + api_key: "a9e10d0693ee46e8b8bc5513597d0540" # How long to wait (seconds) for Whisparr to match files before giving up import_timeout: 120 @@ -30,9 +30,9 @@ whisparr: # Stash # ----------------------------------------------------------------------------- stash: - host: "" # e.g. 192.168.1.100 - port: 9999 - api_key: "" + host: "stash.mapletree.email" # e.g. 192.168.1.100 + port: 443 + api_key: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJhZG1pbiIsInN1YiI6IkFQSUtleSIsImlhdCI6MTc3MjQwMzgxM30.XqsQ2fXooACBxlNsz-ZeyJjKtUJcNVKM-qgXafDioTc" stashdb_endpoint: "https://stashdb.org/graphql" # How long to poll (seconds) for scan/identify jobs to complete job_timeout: 600 @@ -42,7 +42,7 @@ stash: # Discord Notifications # ----------------------------------------------------------------------------- discord: - webhook_url: "" + webhook_url: "https://discord.com/api/webhooks/1477794378314682471/7L-qVUGboR6UpG7A7TKj_m-N62B5wNH_W5dUcdCv30A8b0qx54LVqs1r4XABmMaWmbch" # Minimum level to notify: DEBUG, INFO, WARNING, ERROR notify_level: "INFO" @@ -74,9 +74,9 @@ paths: # ----------------------------------------------------------------------------- disk_space: # Minimum free space (GB) required on the namer SSD before copying a torrent - namer_ssd_min_free_gb: 10 + namer_ssd_min_free_gb: 100 # Minimum free space (GB) required on the whisparr import SSD - import_min_free_gb: 5 + import_min_free_gb: 100 # How often (seconds) to re-check space when paused waiting for room space_check_interval: 60