From c93e01e3b598179dcce010e92568bb3459724a85 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 30 Dec 2025 09:18:37 +0100 Subject: [PATCH] modified sonarr auth --- servarr-system/servarr.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/servarr-system/servarr.yaml b/servarr-system/servarr.yaml index 4c1bcdd..ae7a041 100644 --- a/servarr-system/servarr.yaml +++ b/servarr-system/servarr.yaml @@ -800,6 +800,11 @@ spec: /tmp/config/sonarr-config.json > /config/sonarr-config.json fi bun run dist/index.js --init + if [ -f /config/config.xml ]; then + sed -i 's|Forms|External|g' /config/config.xml + sed -i 's|Enabled|DisabledForLocalAddresses|g' /config/config.xml + echo "Patched config.xml for external authentication" + fi volumeMounts: - name: sonarr-config-volume mountPath: /config