move to AIRvpn

This commit is contained in:
gilgamezh
2024-12-02 08:39:48 +01:00
parent 8eff6a182f
commit 538a62e740
+9 -16
View File
@@ -8,27 +8,17 @@ image:
env: env:
- name: OPENVPN_PROVIDER - 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 - name: OPENVPN_USERNAME
valueFrom: # Reference to the secret | openvpn.username value: "username"
secretKeyRef:
name: "openvpn"
key: "username"
- name: OPENVPN_PASSWORD - name: OPENVPN_PASSWORD
valueFrom: # Reference to the secret | openvpn.password value: "password"
secretKeyRef: - name: OPENVPN_CONFIG
name: "openvpn" value: "k3s_AirVPN_Europe_UDP-443-Entry3"
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
- name: LOCAL_NETWORK - name: LOCAL_NETWORK
value: "192.168.222.0/24" value: "192.168.222.0/24"
- name: TRANSMISSION_PEER_PORT - name: TRANSMISSION_PEER_PORT
value: "47444" value: "27860"
- name: TRANSMISSION_DOWNLOAD_DIR - name: TRANSMISSION_DOWNLOAD_DIR
value: "/nfs/torrent" value: "/nfs/torrent"
- name: PUID - name: PUID
@@ -59,6 +49,9 @@ volumeMounts:
subPath: "torrent" # Path /mnt/ssd/media/downloads/transmission where transmission downloads Torrents subPath: "torrent" # Path /mnt/ssd/media/downloads/transmission where transmission downloads Torrents
- name: "dev-tun" - name: "dev-tun"
mountPath: "/dev/net/tun" # Needed for VPN 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: securityContext:
capabilities: # Needed for VPN capabilities: # Needed for VPN