This commit is contained in:
Root User 2026-03-23 02:29:19 +01:00
parent 3321243a6e
commit cada6f4672
Signed by: root
GPG key ID: 087F0A95E5766D72
3 changed files with 8 additions and 9 deletions

View file

@ -497,12 +497,10 @@ in {
passHostHeader = true;
};
wings-pelican.loadBalancer = {
servers = [
{url = "http://10.1.1.249:8080";}
];
servers = [ { url = "https://10.1.1.249:8443"; } ];
passHostHeader = true;
serversTransport = "wings-transport";
};
# Mail JMAP HTTP backend
@ -1017,8 +1015,9 @@ in {
};
};
networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465 25 25565 24454];
networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465 25 25565 24454];
# Allow common HTTP/S and control ports,
networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465 25 25565 24454 2456 2457 2458 26000 1234 3979 2022];
networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465 25 25565 24454 2022 2456 2457 2458 26000 1234 3979 2022];
system.stateVersion = "25.11";
};