From e6b6fcffd63458134179e3851461126cf9ab2676 Mon Sep 17 00:00:00 2001 From: Nikita Bizyaev Date: Tue, 5 May 2026 16:05:38 +0300 Subject: [PATCH] 50051 --- config.yaml | 2 +- dashboard.env | 4 ++-- docker-compose.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index b3b54f9..eaede7d 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ server: listenAddress: ":80" - exposedAddress: "https://birdy.greact.online:8444" + exposedAddress: "grpc://birdy.greact.online:50051" stunPorts: - 3478 logLevel: "info" diff --git a/dashboard.env b/dashboard.env index d110423..37d70bb 100644 --- a/dashboard.env +++ b/dashboard.env @@ -1,5 +1,5 @@ -NETBIRD_MGMT_API_ENDPOINT=https://birdy.greact.online -NETBIRD_MGMT_GRPC_API_ENDPOINT=https://birdy.greact.online +NETBIRD_MGMT_API_ENDPOINT=grpc://birdy.greact.online:50051 +NETBIRD_MGMT_GRPC_API_ENDPOINT=grpc://birdy.greact.online:50051 AUTH_AUDIENCE=netbird-dashboard AUTH_CLIENT_ID=netbird-dashboard diff --git a/docker-compose.yml b/docker-compose.yml index 97b09e5..460311d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,8 +9,8 @@ services: expose: - "80" # Management API + OAuth2 + Signal → внутрь proxy-сети ports: - - "3478:3478/udp" # STUN, как было - - "8444:80" # ← новый публичный TCP‑порт для management (пример) + - "3478:3478/udp" # STUN + - "50051:80" # публичный TCP‑порт для management volumes: - netbird_data:/var/lib/netbird # именованный volume (не bind-mount) networks: