mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-02 23:30:56 +02:00
Merge pull request #2472 from alexbelgium/copilot/review-netbird-server-addon
[WIP] Review netbird server addon for successful startup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user