This commit is contained in:
Nikita Bizyaev
2026-05-07 11:09:33 +03:00
parent e6b6fcffd6
commit 6d01dd0bbb
3 changed files with 13 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
server:
listenAddress: ":80"
exposedAddress: "grpc://birdy.greact.online:50051"
exposedAddress: "https://birdy.greact.online" # домен, через который ходит UI и клиенты
stunPorts:
- 3478
logLevel: "info"
@@ -8,7 +8,7 @@ server:
authSecret: "0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg="
dataDir: "/var/lib/netbird"
auth: # ← вложено под server
auth:
issuer: "https://birdy.greact.online/oauth2"
localAuthDisabled: false
signKeyRefreshEnabled: true
@@ -18,10 +18,7 @@ server:
cliRedirectURIs:
- "http://localhost:53000/"
reverseProxy:
trustedHTTPProxies:
- "172.16.0.0/12" # Docker-подсеть (покрывает NPM-контейнер в сети proxy)
store: # ← вложено под server
store:
engine: "sqlite"
encryptionKey: "0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg="