This commit is contained in:
2025-07-25 18:25:44 -05:00
parent 13a9aedc3f
commit 6b8a6167cc

View File

@@ -66,31 +66,17 @@
oidcConfigEndpoint = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration"; oidcConfigEndpoint = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration";
settings = {};
};
dashboard = {
enable = true;
settings = { settings = {
NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration"; "TURNConfig" = {
AUTH_AUTHORITY = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration"; "Turns" = [
NETBIRD_AUTH_CLIENT_ID = "netbird"; {
NETBIRD_AUTH_DEVICE_AUTH_CLIENT_ID = "netbird"; "Proto" = "udp";
NETBIRD_MGMT_IDP = "keycloak"; "URI" = "turn:vpn.blunkall.us:3478";
NETBIRD_IDP_MGMT_CLIENT_ID = "netbird-backend"; "Username" = "netbird";
NETBIRD_IDP_MGMT_CLIENT_SECRET = "QuqjTOAHKE6N6jJqkB1F1RGo3kqUhEdg"; "Password" = "QTCV8+Q+b+g5FYXz3gRP7suxy9cmbEpFTzYu2+/IQ4E";
NETBIRD_IDP_MGMT_EXTRA_ADMIN_ENDPOINT = "https://auth.blunkall.us/admin/realms/General"; }
NETBIRD_USE_AUTH0 = false; ];
NETBIRD_AUTH_SUPPORTED_SCOPES = "openid profile email offline_access api"; };
NETBIRD_AUTH_AUDIENCE = "netbird";
NETBIRD_DISABLE_LETSENCRYPT = true;
NETBIRD_MGMT_API_PORT = "443";
NETBIRD_SIGNAL_PORT = "443";
TURN_MIN_PORT = "49152";
TURN_MAX_PORT = "54152";
}; };
}; };
@@ -99,10 +85,6 @@
password = "password"; password = "password";
}; };
signal = {
enable = true;
};
}; };
}; };