File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -172,11 +172,11 @@ jobs:
172
172
grep "NETBIRD_STORE_ENGINE_MYSQL_DSN=$NETBIRD_STORE_ENGINE_MYSQL_DSN" docker-compose.yml
173
173
grep NETBIRD_STORE_ENGINE_POSTGRES_DSN docker-compose.yml | egrep "$NETBIRD_STORE_ENGINE_POSTGRES_DSN"
174
174
# check relay values
175
- grep "NB_EXPOSED_ADDRESS=$CI_NETBIRD_DOMAIN:33445" docker-compose.yml
175
+ grep "NB_EXPOSED_ADDRESS=rels:// $CI_NETBIRD_DOMAIN:33445" docker-compose.yml
176
176
grep "NB_LISTEN_ADDRESS=:33445" docker-compose.yml
177
177
grep '33445:33445' docker-compose.yml
178
178
grep -A 10 'relay:' docker-compose.yml | egrep 'NB_AUTH_SECRET=.+$'
179
- grep -A 7 Relay management.json | grep "rel ://$CI_NETBIRD_DOMAIN:33445"
179
+ grep -A 7 Relay management.json | grep "rels ://$CI_NETBIRD_DOMAIN:33445"
180
180
grep -A 7 Relay management.json | egrep '"Secret": ".+"'
181
181
grep DisablePromptLogin management.json | grep 'true'
182
182
grep LoginFlag management.json | grep 0
Original file line number Diff line number Diff line change 170
170
if [[ " $NETBIRD_DISABLE_LETSENCRYPT " == " true" ]]; then
171
171
export NETBIRD_DASHBOARD_ENDPOINT=" https://$NETBIRD_DOMAIN :443"
172
172
export NETBIRD_SIGNAL_ENDPOINT=" https://$NETBIRD_DOMAIN :$NETBIRD_SIGNAL_PORT "
173
- export NETBIRD_RELAY_ENDPOINT=" rels://$NETBIRD_DOMAIN :$NETBIRD_SIGNAL_PORT /relay"
173
+ export NETBIRD_RELAY_ENDPOINT=" rels://$NETBIRD_DOMAIN :$NETBIRD_RELAY_PORT /relay"
174
174
175
175
echo " Letsencrypt was disabled, the Https-endpoints cannot be used anymore"
176
176
echo " and a reverse-proxy with Https needs to be placed in front of netbird!"
Original file line number Diff line number Diff line change @@ -105,12 +105,12 @@ NETBIRD_RELAY_DOMAIN=""
105
105
# should be updated to match TLS-port of reverse proxy when netbird is running behind reverse proxy
106
106
NETBIRD_RELAY_PORT=""
107
107
108
- # Management API connectin port. If none is supplied
108
+ # Management API connecting port. If none is supplied
109
109
# it will default to 33073
110
110
# should be updated to match TLS-port of reverse proxy when netbird is running behind reverse proxy
111
111
NETBIRD_MGMT_API_PORT=""
112
112
113
- # Signal service connectin port. If none is supplied
113
+ # Signal service connecting port. If none is supplied
114
114
# it will default to 10000
115
115
# should be updated to match TLS-port of reverse proxy when netbird is running behind reverse proxy
116
116
NETBIRD_SIGNAL_PORT=""
You can’t perform that action at this time.
0 commit comments