From 4cfa054480150e36c175987c32ecb213a6d30395 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 20 Mar 2026 04:44:40 +0000 Subject: [PATCH] tmp/airvpn (#4921) Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4921 --- clusters/cl01tl/helm/homepage/values.yaml | 2 +- clusters/cl01tl/helm/qbittorrent/values.yaml | 7 +++++++ clusters/cl01tl/helm/slskd/values.yaml | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/homepage/values.yaml b/clusters/cl01tl/helm/homepage/values.yaml index 901f67a6d..201be8014 100644 --- a/clusters/cl01tl/helm/homepage/values.yaml +++ b/clusters/cl01tl/helm/homepage/values.yaml @@ -789,7 +789,7 @@ homepage: - ProtonVPN: - abbr: PV href: https://account.protonvpn.com/ - - ProtonVPN: + - AirVPN: - abbr: AV href: https://airvpn.org/ - Unifi: diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index d8a160202..16b0adc43 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -74,12 +74,19 @@ qbittorrent: secretKeyRef: name: qbittorrent-wireguard-conf key: addresses + - name: FIREWALL_VPN_INPUT_PORTS + valueFrom: + secretKeyRef: + name: qbittorrent-wireguard-conf + key: input-ports - name: FIREWALL_OUTBOUND_SUBNETS value: 192.168.1.0/24,10.244.0.0/16 - name: FIREWALL_INPUT_PORTS value: 8080,9022 - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot + - name: BLOCK_MALICIOUS + value: "off" - name: HTTPPROXY value: "off" - name: SHADOWSOCKS diff --git a/clusters/cl01tl/helm/slskd/values.yaml b/clusters/cl01tl/helm/slskd/values.yaml index 8a3def953..a66782919 100644 --- a/clusters/cl01tl/helm/slskd/values.yaml +++ b/clusters/cl01tl/helm/slskd/values.yaml @@ -72,12 +72,19 @@ slskd: secretKeyRef: name: slskd-wireguard-conf key: addresses + - name: FIREWALL_VPN_INPUT_PORTS + valueFrom: + secretKeyRef: + name: slskd-wireguard-conf + key: input-ports - name: FIREWALL_OUTBOUND_SUBNETS value: 192.168.1.0/24,10.244.0.0/16 - name: FIREWALL_INPUT_PORTS value: 5030,50300 - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot + - name: BLOCK_MALICIOUS + value: "off" - name: HTTPPROXY value: "off" - name: SHADOWSOCKS