From 886bc6aa717976a4116155a35ad06363d45601d4 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Tue, 4 Nov 2025 16:12:28 -0500 Subject: [PATCH] README updates --- README.md | 5 +++-- ansible/roles/qbittorrent/templates/cross-seed/config.js | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b6e4b7..5b1af28 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,13 @@ Having Plex and Jellyfin separate from the rest of my docker infrastructure allo **Storage:** * `/`: 1 TB NVME SSD * `/vm_storage`: 2x 240 GB SSD in ZFS mirror for config and data files -* `/mnt/storage`: mergerfs + SnapRAID pool totaling ~90 TiB usable storage. Currently single parity disk but hoping to add a second one soon. Drives run btrfs allowing me to utilize [snapraid-btrfs](https://wiki.selfhosted.show/tools/snapraid-btrfs/) for instant snapshotting +* `/mnt/storage`: mergerfs + SnapRAID pool totaling 150 TiB usable storage with single disk parity (YOLO). Drives run btrfs allowing me to utilize [snapraid-btrfs](https://wiki.selfhosted.show/tools/snapraid-btrfs/) for instant snapshotting ## Roadmap * Flesh out backup strategy with btrfs snapshots and restic (separately) -* Move everything to Arch VMs on Proxmox +* Potentially migrate media pool to ZFS. I've been lucky so far with no drive failures but realistically if I did have one fail, it would take ages to rebuild with single disk parity and I'd be wishing I had a more robust setup. +* Move everything to Arch LXCs on Proxmox * Possibly set up second Proxmox node for backups * Immich for photo management * Look into [Wazuh](https://github.com/wazuh/wazuh) for threat prevention/detection diff --git a/ansible/roles/qbittorrent/templates/cross-seed/config.js b/ansible/roles/qbittorrent/templates/cross-seed/config.js index dc719eb..49b41e9 100644 --- a/ansible/roles/qbittorrent/templates/cross-seed/config.js +++ b/ansible/roles/qbittorrent/templates/cross-seed/config.js @@ -16,6 +16,7 @@ module.exports = { "http://prowlarr.local.{{ personal_domain }}/25/api?apikey={{ prowlarr_api_key }}", // seedpool "http://prowlarr.local.{{ personal_domain }}/27/api?apikey={{ prowlarr_api_key }}", // Upload.cx "http://prowlarr.local.{{ personal_domain }}/30/api?apikey={{ prowlarr_api_key }}", // DocsPedia + "http://prowlarr.local.{{ personal_domain }}/31/api?apikey={{ prowlarr_api_key }}", // OnlyEncodes+ ], outputDir: null,