From 3ac9c8071c633c7074128a6a00a7f53c46336516 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Sun, 10 May 2026 12:59:42 +0200 Subject: [PATCH] feat: share downloads dir --- k8s-wheatley/qbittorrent/configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s-wheatley/qbittorrent/configmap.yaml b/k8s-wheatley/qbittorrent/configmap.yaml index f140679..beb69f9 100644 --- a/k8s-wheatley/qbittorrent/configmap.yaml +++ b/k8s-wheatley/qbittorrent/configmap.yaml @@ -51,6 +51,7 @@ data: PGID: "1000" SLSKD_DOWNLOADS_DIR: /shared/media/downloads/_slsk-downloads SLSKD_INCOMPLETE_DIR: /shared/media/downloads/_slsk-incomplete + SLSKD_SHARED_DIR: "[Music]/shared/media/downloads/_slsk-downloads" SLSKD_REMOTE_CONFIGURATION: "true" SLSKD_VPN: "true" SLSKD_VPN_PORT_FORWARDING: "true"