try
This commit is contained in:
@@ -215,7 +215,7 @@
|
|||||||
localAddress = "192.168.100.23";
|
localAddress = "192.168.100.23";
|
||||||
|
|
||||||
forwardPorts = [
|
forwardPorts = [
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
hostPort = 33080;
|
hostPort = 33080;
|
||||||
containerPort = 33080;
|
containerPort = 33080;
|
||||||
@@ -227,7 +227,7 @@
|
|||||||
containerPort = 33073;
|
containerPort = 33073;
|
||||||
protocol = "udp";
|
protocol = "udp";
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
hostPort = 3478;
|
hostPort = 3478;
|
||||||
containerPort = 3478;
|
containerPort = 3478;
|
||||||
@@ -243,12 +243,12 @@
|
|||||||
services.netbird = {
|
services.netbird = {
|
||||||
server = {
|
server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNginx = false;
|
enableNginx = true;
|
||||||
domain = "vpn.blunkall.us";
|
domain = "vpn.blunkall.us";
|
||||||
|
|
||||||
dashboard = {
|
dashboard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNginx = true;
|
#enableNginx = true;
|
||||||
settings = {
|
settings = {
|
||||||
AUTH_AUTHORITY = "https://auth.blunkall.us/realms/General";
|
AUTH_AUTHORITY = "https://auth.blunkall.us/realms/General";
|
||||||
AUTH_CLIENT_ID = "netbird";
|
AUTH_CLIENT_ID = "netbird";
|
||||||
@@ -355,7 +355,7 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
port = 33073;
|
#port = 33073;
|
||||||
};
|
};
|
||||||
|
|
||||||
coturn = {
|
coturn = {
|
||||||
@@ -369,7 +369,7 @@
|
|||||||
|
|
||||||
signal = {
|
signal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 10000;
|
#port = 10000;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -176,7 +176,7 @@
|
|||||||
service = "netbird";
|
service = "netbird";
|
||||||
tls.certResolver = "cloudflare";
|
tls.certResolver = "cloudflare";
|
||||||
};
|
};
|
||||||
netbirdApi = {
|
/*netbirdApi = {
|
||||||
entryPoints = [ "websecure" ];
|
entryPoints = [ "websecure" ];
|
||||||
rule = "Host(`vpn.blunkall.us`) && PathPrefix(`/api`)";
|
rule = "Host(`vpn.blunkall.us`) && PathPrefix(`/api`)";
|
||||||
service = "netbirdApi";
|
service = "netbirdApi";
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
rule = "Host(`vpn.blunkall.us`) && PathPrefix(`/signalexchange.SignalExchange`)";
|
rule = "Host(`vpn.blunkall.us`) && PathPrefix(`/signalexchange.SignalExchange`)";
|
||||||
service = "netbirdSignal";
|
service = "netbirdSignal";
|
||||||
tls.certResolver = "cloudflare";
|
tls.certResolver = "cloudflare";
|
||||||
};
|
};*/
|
||||||
};
|
};
|
||||||
|
|
||||||
middlewares = {
|
middlewares = {
|
||||||
|
|||||||
Reference in New Issue
Block a user