port
This commit is contained in:
@@ -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; }];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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"; } ];
|
||||||
|
|||||||
Reference in New Issue
Block a user