mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-15 18:40:31 +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_PORT=8083
|
||||||
|
SIGNAL_GRPC_PORT=10000
|
||||||
LOG_LEVEL="info"
|
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 \
|
exec /usr/local/bin/netbird-signal run \
|
||||||
--port "$SIGNAL_PORT" \
|
--port "$SIGNAL_PORT" \
|
||||||
|
--grpc-port "$SIGNAL_GRPC_PORT" \
|
||||||
--log-level "$LOG_LEVEL" \
|
--log-level "$LOG_LEVEL" \
|
||||||
--log-file console
|
--log-file console
|
||||||
|
|||||||
Reference in New Issue
Block a user