Merge pull request #2472 from alexbelgium/copilot/review-netbird-server-addon

[WIP] Review netbird server addon for successful startup
This commit is contained in:
Alexandre
2026-02-10 13:46:10 +01:00
committed by GitHub

View File

@@ -8,10 +8,12 @@ set -euo pipefail
# ==============================================================================
SIGNAL_PORT=8083
SIGNAL_GRPC_PORT=10000
LOG_LEVEL="info"
bashio::log.info "Starting NetBird Signal on port ${SIGNAL_PORT}..."
bashio::log.info "Starting NetBird Signal on port ${SIGNAL_PORT} (gRPC: ${SIGNAL_GRPC_PORT})..."
exec /usr/local/bin/netbird-signal run \
--port "$SIGNAL_PORT" \
--grpc-port "$SIGNAL_GRPC_PORT" \
--log-level "$LOG_LEVEL" \
--log-file console