This commit is contained in:
2025-07-27 21:59:44 -05:00
parent f16d8c6a8f
commit c510375270
2 changed files with 4 additions and 4 deletions

View File

@@ -283,7 +283,7 @@
}; };
"HttpConfig" = { "HttpConfig" = {
"Address" = "0.0.0.0:80"; "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 @@
}; };
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ 80 8080 33080 443 ]; allowedTCPPorts = [ 80 8080 33073 33080 ];
allowedUDPPorts = [ 3478 ]; allowedUDPPorts = [ 3478 ];
allowedUDPPortRanges = [{ from = 49152; to = 54152; }]; allowedUDPPortRanges = [{ from = 49152; to = 54152; }];
}; };

View File

@@ -229,8 +229,8 @@
passHostHeader = true; passHostHeader = true;
servers = [ { url = "http://192.168.100.23:80"; } ]; servers = [ { url = "http://192.168.100.23:80"; } ];
}; };
netbirdApi.loadBalancer.servers = [ { url = "http://192.168.100.23:80"; } ]; netbirdApi.loadBalancer.servers = [ { url = "http://192.168.100.23:33073"; } ];
netbirdMgmt.loadBalancer.servers = [ { url = "h2c://192.168.100.23:80"; } ]; netbirdMgmt.loadBalancer.servers = [ { url = "h2c://192.168.100.23:33073"; } ];
netbirdSignal.loadBalancer.servers = [ { url = "h2c://192.168.100.23:8080"; } ]; netbirdSignal.loadBalancer.servers = [ { url = "h2c://192.168.100.23:8080"; } ];
#homeassistant.loadBalancer.servers = [ { url = "http://192.168.100.10:8123"; } ]; #homeassistant.loadBalancer.servers = [ { url = "http://192.168.100.10:8123"; } ];