From 5275c5186a9966edb1d16b2742c758c5835ba10a Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Tue, 12 May 2026 22:37:51 +0900 Subject: [PATCH] Added setting to disable auth --- manifests/media/qbittorrent.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/media/qbittorrent.yaml b/manifests/media/qbittorrent.yaml index 4a38881..84def5c 100644 --- a/manifests/media/qbittorrent.yaml +++ b/manifests/media/qbittorrent.yaml @@ -66,6 +66,8 @@ spec: value: "10.42.0.0/16,10.43.0.0/16,192.168.7.0/24" - name: BLOCK_IPV6 value: "on" + - name: HTTP_CONTROL_SERVER_AUTH_CONFIG_FILEPATH + value: "" volumeMounts: - name: tun mountPath: /dev/net/tun