porntuamte config file update
Some checks failed
PVE2 Infrastructure Deploy / terraform (push) Has been cancelled
Some checks failed
PVE2 Infrastructure Deploy / terraform (push) Has been cancelled
This commit is contained in:
parent
047b862ae0
commit
3d964004f5
1 changed files with 12 additions and 12 deletions
|
|
@ -7,12 +7,12 @@
|
||||||
# qBittorrent (Mint VM instance - private trackers)
|
# qBittorrent (Mint VM instance - private trackers)
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
host: "<MINT_VM_IP>" # e.g. 192.168.1.50
|
host: "10.17.17.8" # e.g. 192.168.1.50
|
||||||
port: 8080
|
port: 8080
|
||||||
username: "<QBIT_USERNAME>"
|
username: "jkilloran"
|
||||||
password: "<QBIT_PASSWORD>"
|
password: "Pizzajam11"
|
||||||
# Category names - must match exactly what's configured in qBittorrent
|
# Category names - must match exactly what's configured in qBittorrent
|
||||||
category_downloading: "1 - downloading"
|
category_downloading: "1 - downloads"
|
||||||
category_copying: "2 - copying"
|
category_copying: "2 - copying"
|
||||||
category_seeding: "3 - seeding"
|
category_seeding: "3 - seeding"
|
||||||
|
|
||||||
|
|
@ -20,9 +20,9 @@ qbittorrent:
|
||||||
# Whisparr
|
# Whisparr
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
whisparr:
|
whisparr:
|
||||||
host: "<LXC_OR_DOCKER_IP>" # e.g. 192.168.1.100
|
host: "172.16.201.202" # e.g. 192.168.1.100
|
||||||
port: 6969
|
port: 6969
|
||||||
api_key: "<WHISPARR_API_KEY>"
|
api_key: "a9e10d0693ee46e8b8bc5513597d0540"
|
||||||
# How long to wait (seconds) for Whisparr to match files before giving up
|
# How long to wait (seconds) for Whisparr to match files before giving up
|
||||||
import_timeout: 120
|
import_timeout: 120
|
||||||
|
|
||||||
|
|
@ -30,9 +30,9 @@ whisparr:
|
||||||
# Stash
|
# Stash
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
stash:
|
stash:
|
||||||
host: "<LXC_OR_DOCKER_IP>" # e.g. 192.168.1.100
|
host: "stash.mapletree.email" # e.g. 192.168.1.100
|
||||||
port: 9999
|
port: 443
|
||||||
api_key: "<STASH_API_KEY>"
|
api_key: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJhZG1pbiIsInN1YiI6IkFQSUtleSIsImlhdCI6MTc3MjQwMzgxM30.XqsQ2fXooACBxlNsz-ZeyJjKtUJcNVKM-qgXafDioTc"
|
||||||
stashdb_endpoint: "https://stashdb.org/graphql"
|
stashdb_endpoint: "https://stashdb.org/graphql"
|
||||||
# How long to poll (seconds) for scan/identify jobs to complete
|
# How long to poll (seconds) for scan/identify jobs to complete
|
||||||
job_timeout: 600
|
job_timeout: 600
|
||||||
|
|
@ -42,7 +42,7 @@ stash:
|
||||||
# Discord Notifications
|
# Discord Notifications
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
discord:
|
discord:
|
||||||
webhook_url: "<DISCORD_WEBHOOK_URL>"
|
webhook_url: "https://discord.com/api/webhooks/1477794378314682471/7L-qVUGboR6UpG7A7TKj_m-N62B5wNH_W5dUcdCv30A8b0qx54LVqs1r4XABmMaWmbch"
|
||||||
# Minimum level to notify: DEBUG, INFO, WARNING, ERROR
|
# Minimum level to notify: DEBUG, INFO, WARNING, ERROR
|
||||||
notify_level: "INFO"
|
notify_level: "INFO"
|
||||||
|
|
||||||
|
|
@ -74,9 +74,9 @@ paths:
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
disk_space:
|
disk_space:
|
||||||
# Minimum free space (GB) required on the namer SSD before copying a torrent
|
# 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
|
# 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
|
# How often (seconds) to re-check space when paused waiting for room
|
||||||
space_check_interval: 60
|
space_check_interval: 60
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue