feature/transmission-with-vpn (#5)

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2025-12-05 22:11:36 +01:00
parent c0087dd27d
commit 24004b5056
8 changed files with 214 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: transmission-with-vpn-gluetun
namespace: plex-and-tools
labels:
app: transmission-with-vpn
data:
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
### cyberghost ###
# https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/cyberghost.md
VPN_SERVICE_PROVIDER: 'cyberghost'
OPENVPN_USER: 'example'
OPENVPN_PASSWORD: 'example'
SERVER_COUNTRIES: 'Germany'