add knecht
This commit is contained in:
25
services/rrr/.env.example
Normal file
25
services/rrr/.env.example
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user