Compare commits
3 Commits
6d01dd0bbb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5fd7dde5b | ||
|
|
bbb517b3d1 | ||
|
|
c354fbf626 |
@@ -1,6 +1,6 @@
|
||||
server:
|
||||
listenAddress: ":80"
|
||||
exposedAddress: "https://birdy.greact.online" # домен, через который ходит UI и клиенты
|
||||
exposedAddress: "https://brd.greact.online:443" # домен, через который ходит UI и клиенты
|
||||
stunPorts:
|
||||
- 3478
|
||||
logLevel: "info"
|
||||
@@ -9,16 +9,15 @@ server:
|
||||
dataDir: "/var/lib/netbird"
|
||||
|
||||
auth:
|
||||
issuer: "https://birdy.greact.online/oauth2"
|
||||
issuer: "https://brd.greact.online/oauth2"
|
||||
localAuthDisabled: false
|
||||
signKeyRefreshEnabled: true
|
||||
dashboardRedirectURIs:
|
||||
- "https://birdy.greact.online/nb-auth"
|
||||
- "https://birdy.greact.online/nb-silent-auth"
|
||||
- "https://brd.greact.online/nb-auth"
|
||||
- "https://brd.greact.online/nb-silent-auth"
|
||||
cliRedirectURIs:
|
||||
- "http://localhost:53000/"
|
||||
|
||||
store:
|
||||
engine: "sqlite"
|
||||
encryptionKey: "0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg="
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
NETBIRD_MGMT_API_ENDPOINT=https://birdy.greact.online
|
||||
NETBIRD_MGMT_GRPC_API_ENDPOINT=https://birdy.greact.online
|
||||
NETBIRD_MGMT_API_ENDPOINT=https://brd.greact.online
|
||||
NETBIRD_MGMT_GRPC_API_ENDPOINT=https://brd.greact.online
|
||||
|
||||
AUTH_AUDIENCE=netbird-dashboard
|
||||
AUTH_CLIENT_ID=netbird-dashboard
|
||||
AUTH_CLIENT_SECRET=0xO0NE2nsyAv3QWM6lYfYMKZ+TJ4BG4N93kpbCWYISg=
|
||||
AUTH_AUTHORITY=https://birdy.greact.online/oauth2
|
||||
AUTH_CLIENT_SECRET=
|
||||
AUTH_AUTHORITY=https://brd.greact.online/oauth2
|
||||
USE_AUTH0=false
|
||||
AUTH_SUPPORTED_SCOPES=openid profile email groups
|
||||
AUTH_REDIRECT_URI=/nb-auth
|
||||
AUTH_SILENT_REDIRECT_URI=/nb-silent-auth
|
||||
LETSENCRYPT_DOMAIN=birdy.greact.online
|
||||
LETSENCRYPT_EMAIL=cap7goo@gmail.com
|
||||
NGINX_SSL_PORT=443
|
||||
LETSENCRYPT_DOMAIN=
|
||||
LETSENCRYPT_EMAIL=
|
||||
NGINX_SSL_PORT=
|
||||
|
||||
@@ -6,10 +6,6 @@ services:
|
||||
container_name: netbird-server
|
||||
expose:
|
||||
- "80" # Management API + OAuth2 + Signal -- внутрь proxy-сети
|
||||
ports:
|
||||
- "50051:80" # management gRPC
|
||||
- "33080:33080" # relay (TCP)
|
||||
- "3478:3478/udp" # STUN
|
||||
volumes:
|
||||
- netbird_data:/var/lib/netbird # именованный volume (не bind-mount)
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user