You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
684 B
16 lines
684 B
# Environment for the NetBird relay container. This example is insecure; the operator
|
|
# overrides NB_AUTH_SECRET in production.
|
|
|
|
NB_LOG_LEVEL=info
|
|
|
|
# The relay listens on 33080 (plaintext WebSocket); Traefik terminates TLS on 443 and routes
|
|
# the /relay path prefix here.
|
|
NB_LISTEN_ADDRESS=:33080
|
|
|
|
# The address peers are told to use to reach the relay, through Traefik on 443 (rels:// is
|
|
# relay-over-TLS). Set this to your NetBird host name.
|
|
NB_EXPOSED_ADDRESS=rels://netbird:443/relay
|
|
|
|
# Shared secret between the relay and the management service. MUST match the "Secret" field
|
|
# of the "Relay" block in management.json.
|
|
NB_AUTH_SECRET=7JIlAKQH6IbK2tNftT8FM3FoH0cadUhiO/q/GubbxVM=
|
|
|