# ⚠️ Required: Change this to your host's public address (clients will connect to this hostname):
- WG_HOST=wg-easy.myhomelab.com
# ⚠️ Required: Set the Web UI Password Hash:
# Generate the bcrypt hash from: https://bcrypt-generator.com/
- PASSWORD_HASH=$2a$10$exampleHashHere# Replace with your actual bcrypt hash
# Optional: Set the language for the Web UI (default: en):
# (Supports: en, ua, ru, tr, no, pl, fr, de, ca, es, ko, vi, nl, is, pt, chs, cht, it, th, hi, ja, si)
- LANG=en
# ⚠️ Required:
# Change this to your host's public address
- WG_HOST=raspberrypi.local
# Optional:
# - PASSWORD_HASH=$$2y$$10$$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG # (needs double $$, hash of 'foobar123'; see "How_to_generate_an_bcrypt_hash.md" for generate the hash)
# - PORT=51821
# Optional: Customize ports and network configuration
# Optional: Enable Prometheus metrics (disable by default)
# - ENABLE_PROMETHEUS_METRICS=false
# - PROMETHEUS_METRICS_PASSWORD=$$2a$$12$$vkvKpeEAHD78gasyawIod.1leBMKg8sBwKW.pQyNsq78bXV3INf2G # (needs double $$, hash of 'prometheus_password'; see "How_to_generate_an_bcrypt_hash.md" for generate the hash)
# - PROMETHEUS_METRICS_PASSWORD=$$2a$$12$$examplePrometheusHash # Double $$ for bcrypt password