From 06f8b620ae70a9740462cfec1c547e4c81fba2b9 Mon Sep 17 00:00:00 2001 From: ab Date: Mon, 24 Nov 2025 12:12:24 +0000 Subject: [PATCH] Update k8s/apps/jellyfin/qbittorent.yaml --- k8s/apps/jellyfin/qbittorent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/apps/jellyfin/qbittorent.yaml b/k8s/apps/jellyfin/qbittorent.yaml index a56d601..9e18af8 100644 --- a/k8s/apps/jellyfin/qbittorent.yaml +++ b/k8s/apps/jellyfin/qbittorent.yaml @@ -76,7 +76,7 @@ spec: secretKeyRef: name: vpn-creds key: ss_link - command: ["/bin/bash", "-c", "rm /etc/shadowsocks-rust/config.json && sslocal --online-config-url $SS_LINK --local-addr 127.0.0.1:8081 -U --protocol http"] + command: ["/bin/bash", "-c", "rm /etc/shadowsocks-rust/config.json && sslocal --server-url $SS_LINK --local-addr 127.0.0.1:8081 -U --protocol http"] resources: requests: memory: "64Mi"