26 lines
666 B
Plaintext
26 lines
666 B
Plaintext
# MullvadVPN WireGuard credentials
|
|
# Generate a config at: Mullvad Account → WireGuard configuration → Generate key
|
|
# Copy the PrivateKey value and the Address value from the generated config file
|
|
WIREGUARD_PRIVATE_KEY=
|
|
WIREGUARD_ADDRESSES=
|
|
|
|
# Optional: preferred server city/cities (comma-separated, e.g. Gothenburg,Stockholm)
|
|
# Leave empty to let gluetun pick automatically
|
|
SERVER_CITIES=
|
|
|
|
# Linux user/group IDs for file ownership in volumes
|
|
# Run `id` on the host to find the right values
|
|
PUID=
|
|
PGID=
|
|
|
|
# Timezone (e.g. Europe/Berlin)
|
|
TZ=
|
|
|
|
# Host paths for media library and downloads
|
|
TV_PATH=
|
|
MOVIES_PATH=
|
|
DOWNLOADS_PATH=
|
|
|
|
# Added by knecht
|
|
SEERR_DATA_PATH=
|