trollface

This commit is contained in:
jacekpoz 2023-07-14 13:30:53 +02:00
parent cb34a7b2ad
commit 82b7483620

View file

@ -87,6 +87,13 @@
settings.PasswordAuthentication = true; settings.PasswordAuthentication = true;
}; };
services.caddy = {
enable = true;
virtualHosts."trollface.pl".extraConfig = ''
reverse_proxy * /home/chmura/trollface
'';
};
networking.firewall.allowedTCPPorts = [ 80 443 22 ]; networking.firewall.allowedTCPPorts = [ 80 443 22 ];
system.stateVersion = "23.11"; system.stateVersion = "23.11";