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:
parent
26a51f020a
commit
dc4b0c331d
1 changed files with 7 additions and 0 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue