ulfm: initial test run

This commit is contained in:
silver 2023-04-21 01:44:11 +01:00
parent ce9e245000
commit ef37392f07
4 changed files with 42 additions and 10 deletions

View file

@ -28,7 +28,9 @@ in {
# web stuff
../applications/nginx.nix
#../applications/acme.nix
# specific to tis server
../applications/ulfm.nix
];
deployment = {
@ -57,14 +59,4 @@ in {
"ulfm CNAME ${name}"
];
};
networking.firewall.allowedTCPPorts = [ 8000 ];
services = {
nginx.virtualHosts."ulfm.skynet.ie" = {
#forceSSL = true;
#useACMEHost = "skynet";
# locations."/gw2".proxyPass = "http://localhost:8085";
};
};
}