diff --git a/transmission_values.yml b/transmission_values.yml index 53bc19b..b2bb8d5 100644 --- a/transmission_values.yml +++ b/transmission_values.yml @@ -8,27 +8,17 @@ image: env: - name: OPENVPN_PROVIDER - value: "NORDVPN" # VPN provider. List of supported providers: https://haugene.github.io/docker-transmission-openvpn/supported-providers/ + value: "custom" # VPN provider. List of supported providers: https://haugene.github.io/docker-transmission-openvpn/supported-providers/ - name: OPENVPN_USERNAME - valueFrom: # Reference to the secret | openvpn.username - secretKeyRef: - name: "openvpn" - key: "username" + value: "username" - name: OPENVPN_PASSWORD - valueFrom: # Reference to the secret | openvpn.password - secretKeyRef: - name: "openvpn" - key: "password" - - name: NORDVPN_PROTOCOL - value: "TCP" - - name: NORDVPN_COUNTRY - value: "NL" # Country where we want to download over VPN - - name: NORDVPN_CATEGORY - value: "P2P" # VPN Type + value: "password" + - name: OPENVPN_CONFIG + value: "k3s_AirVPN_Europe_UDP-443-Entry3" - name: LOCAL_NETWORK value: "192.168.222.0/24" - name: TRANSMISSION_PEER_PORT - value: "47444" + value: "27860" - name: TRANSMISSION_DOWNLOAD_DIR value: "/nfs/torrent" - name: PUID @@ -59,6 +49,9 @@ volumeMounts: subPath: "torrent" # Path /mnt/ssd/media/downloads/transmission where transmission downloads Torrents - name: "dev-tun" mountPath: "/dev/net/tun" # Needed for VPN + - name: "plex-data" + mountPath: "/etc/openvpn/custom/" + subPath: "airvpn" # Path /mnt/ssd/media/downloads/transmission where transmission downloads Torrents securityContext: capabilities: # Needed for VPN