This commit is contained in:
2025-07-27 22:30:39 -05:00
parent 7b7a21bc9e
commit 2bda2bf2a0
2 changed files with 8 additions and 8 deletions

View File

@@ -215,7 +215,7 @@
localAddress = "192.168.100.23";
forwardPorts = [
/*
{
hostPort = 33080;
containerPort = 33080;
@@ -227,7 +227,7 @@
containerPort = 33073;
protocol = "udp";
}
*/
{
hostPort = 3478;
containerPort = 3478;
@@ -243,12 +243,12 @@
services.netbird = {
server = {
enable = true;
enableNginx = false;
enableNginx = true;
domain = "vpn.blunkall.us";
dashboard = {
enable = true;
enableNginx = true;
#enableNginx = true;
settings = {
AUTH_AUTHORITY = "https://auth.blunkall.us/realms/General";
AUTH_CLIENT_ID = "netbird";
@@ -355,7 +355,7 @@
};
port = 33073;
#port = 33073;
};
coturn = {
@@ -369,7 +369,7 @@
signal = {
enable = true;
port = 10000;
#port = 10000;
};
};
};