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" = {
"Address" = "0.0.0.0:80";
"Address" = "0.0.0.0:443";
"AuthIssuer" = "https://auth.blunkall.us/realms/General";
"AuthAudience" = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration";
"AuthKeysLocation" = "https://auth.blunkall.us/realms/General/protocol/openid-connect/certs";
@@ -368,7 +368,7 @@
};
networking.firewall = {
allowedTCPPorts = [ 80 8080 33080 443 ];
allowedTCPPorts = [ 80 8080 33073 33080 ];
allowedUDPPorts = [ 3478 ];
allowedUDPPortRanges = [{ from = 49152; to = 54152; }];
};