From b2024efb7ec75d4c368b8f9bb53a4a1dd657e95d Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Tue, 12 May 2026 22:46:36 +0900 Subject: [PATCH] fix: correct syntax for auth configuration in gluetun ConfigMap --- manifests/media/qbittorrent.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/media/qbittorrent.yaml b/manifests/media/qbittorrent.yaml index 0ea410c..bb828f5 100644 --- a/manifests/media/qbittorrent.yaml +++ b/manifests/media/qbittorrent.yaml @@ -30,7 +30,9 @@ data: config.toml: | [[roles]] name = "public" - auth = "none" + + [roles.auth] + method = "none" [[roles.routes]] method = "GET"