media: add wireguard preshared key support

This commit is contained in:
gilgamezh
2026-01-17 12:21:35 +01:00
parent 2ee850da6e
commit 7abedc9bce
4 changed files with 13 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ AirVPN WireGuard values:
- `env.WIREGUARD_ADDRESSES` -> WireGuard tunnel address(es) (IPv4 /32 and optional IPv6)
- `env.SERVER_HOSTNAMES` -> stable AirVPN server hostname
- Create a Secret named `gluetun-wireguard` with key `WIREGUARD_PRIVATE_KEY` from your AirVPN WireGuard config (do not commit the key).
- Add `WIREGUARD_PRESHARED_KEY` from the same AirVPN WireGuard config.
- `helm-values/gluetun_values.yaml` sets `secret.create: false` so the chart does not create a placeholder secret.
Validation: