This commit is contained in:
2025-07-28 10:46:03 -05:00
parent 6d7c6121eb
commit dc321324c1
2 changed files with 4 additions and 4 deletions

View File

@@ -244,7 +244,7 @@
listen = [ listen = [
{ {
addr = "0.0.0.0"; addr = "0.0.0.0";
port = 443; port = 80;
ssl = false; ssl = false;
} }
]; ];
@@ -303,7 +303,7 @@
};*/ };*/
"HttpConfig" = { "HttpConfig" = {
"Address" = "0.0.0.0:443"; #"Address" = "0.0.0.0:443";
"AuthIssuer" = "https://auth.blunkall.us/realms/General"; "AuthIssuer" = "https://auth.blunkall.us/realms/General";
"AuthAudience" = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration"; "AuthAudience" = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration";
"AuthKeysLocation" = "https://auth.blunkall.us/realms/General/protocol/openid-connect/certs"; "AuthKeysLocation" = "https://auth.blunkall.us/realms/General/protocol/openid-connect/certs";
@@ -368,7 +368,7 @@
}; };
port = 443; #port = 443;
}; };
coturn = { coturn = {

View File

@@ -227,7 +227,7 @@
netbird.loadBalancer = { netbird.loadBalancer = {
passHostHeader = true; passHostHeader = true;
servers = [ { url = "http://192.168.100.23:443"; } ]; servers = [ { url = "http://192.168.100.23:80"; } ];
}; };
#netbirdApi.loadBalancer.servers = [ { url = "http://192.168.100.23:33073"; } ]; #netbirdApi.loadBalancer.servers = [ { url = "http://192.168.100.23:33073"; } ];
#netbirdMgmt.loadBalancer.servers = [ { url = "h2c://192.168.100.23:33073"; } ]; #netbirdMgmt.loadBalancer.servers = [ { url = "h2c://192.168.100.23:33073"; } ];