From 5b910059ea4acfabe247ecd266b067a3b60ccf74 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Sat, 9 May 2026 22:05:37 +0200 Subject: [PATCH] feat: Set correct download dir --- k8s-wheatley/qbittorrent/configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s-wheatley/qbittorrent/configmap.yaml b/k8s-wheatley/qbittorrent/configmap.yaml index 19f6ab7..f140679 100644 --- a/k8s-wheatley/qbittorrent/configmap.yaml +++ b/k8s-wheatley/qbittorrent/configmap.yaml @@ -49,6 +49,8 @@ data: TZ: Europe/Amsterdam PUID: "1000" PGID: "1000" + SLSKD_DOWNLOADS_DIR: /shared/media/downloads/_slsk-downloads + SLSKD_INCOMPLETE_DIR: /shared/media/downloads/_slsk-incomplete SLSKD_REMOTE_CONFIGURATION: "true" SLSKD_VPN: "true" SLSKD_VPN_PORT_FORWARDING: "true"