mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 02:38:58 +02:00
Derp
This commit is contained in:
parent
3321243a6e
commit
cada6f4672
3 changed files with 8 additions and 9 deletions
|
|
@ -148,7 +148,7 @@
|
||||||
"8080:8080/tcp"
|
"8080:8080/tcp"
|
||||||
"2022:2022/tcp"
|
"2022:2022/tcp"
|
||||||
];
|
];
|
||||||
cmd = ["wings" "--ignore-certificate-errors" "--debug"];
|
cmd = ["wings" "--ignore-certificate-errors"];
|
||||||
log-driver = "journald";
|
log-driver = "journald";
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--network-alias=wings"
|
"--network-alias=wings"
|
||||||
|
|
|
||||||
|
|
@ -115,10 +115,10 @@ services:
|
||||||
container_name: pelican_wings
|
container_name: pelican_wings
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8443:8443"
|
||||||
- "2022:2022"
|
- "2022:2022"
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
command: ["wings", "--ignore-certificate-errors", "--debug"]
|
command: ["wings", "--ignore-certificate-errors"]
|
||||||
tty: true
|
tty: true
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Copenhagen
|
TZ: Europe/Copenhagen
|
||||||
|
|
|
||||||
|
|
@ -497,12 +497,10 @@ in {
|
||||||
passHostHeader = true;
|
passHostHeader = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
wings-pelican.loadBalancer = {
|
wings-pelican.loadBalancer = {
|
||||||
servers = [
|
servers = [ { url = "https://10.1.1.249:8443"; } ];
|
||||||
{url = "http://10.1.1.249:8080";}
|
|
||||||
];
|
|
||||||
passHostHeader = true;
|
passHostHeader = true;
|
||||||
|
serversTransport = "wings-transport";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Mail JMAP HTTP backend
|
# Mail JMAP HTTP backend
|
||||||
|
|
@ -1017,8 +1015,9 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465 25 25565 24454];
|
# Allow common HTTP/S and control ports,
|
||||||
networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465 25 25565 24454];
|
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";
|
system.stateVersion = "25.11";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue