From 2b5e984b2bb2a86cac654fe5cfe3a82cfb411c2f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 4 Jan 2025 22:26:51 -0600 Subject: [PATCH] run command to change port --- clusters/cl01tl/platform/qbittorrent/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index 27d79b135..58c26f0c4 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -62,6 +62,8 @@ qbittorrent: key: private-key - name: VPN_PORT_FORWARDING value: "on" + - name: VPN_PORT_FORWARDING_UP_COMMAND + value: 'curl -i -X POST -d "json={\"listen_port\": {{PORTS}}}" "http://localhost:8080/api/v2/app/setPreferences"' - name: PORT_FORWARD_ONLY value: "on" - name: FIREWALL_OUTBOUND_SUBNETS