[misc] fix: traefik relay accessibility (#3696)

This commit is contained in:
Ghazy Abdallah
2025-06-05 15:15:01 +03:00
committed by GitHub
parent 84354951d3
commit 6c0cdb6ed1
6 changed files with 20 additions and 21 deletions

View File

@@ -102,4 +102,15 @@ NETBIRD_RELAY_DOMAIN=""
# Relay server connection port. If none is supplied
# it will default to 33080
# should be updated to match TLS-port of reverse proxy when netbird is running behind reverse proxy
NETBIRD_RELAY_PORT=""
# Management API connectin port. If none is supplied
# it will default to 33073
# should be updated to match TLS-port of reverse proxy when netbird is running behind reverse proxy
NETBIRD_MGMT_API_PORT=""
# Signal service connectin port. If none is supplied
# it will default to 10000
# should be updated to match TLS-port of reverse proxy when netbird is running behind reverse proxy
NETBIRD_SIGNAL_PORT=""