I don't feel safe putting this out there on the internet but I don't know how to do secrets yet Xddd

This commit is contained in:
jacekpoz 2023-07-16 09:21:03 +02:00
parent 26a51f020a
commit dc4b0c331d

View file

@ -12,6 +12,13 @@
overrideFolders = true;
};
services.caddy = {
enable = true;
virtualHosts."s.jacekpoz.pl".extraConfig = ''
reverse_proxy * localhost:8384
'';
};
networking.firewall.allowedTCPPorts = [ 8384 22000 ];
networking.firewall.allowedUDPPorts = [ 22000 21027 ];
}