This commit is contained in:
2022-04-28 18:57:53 +01:00
parent 64fd1667a2
commit d5331210ed
4 changed files with 13 additions and 15 deletions

View File

@@ -8,7 +8,6 @@
services.caddy = {
enable = true;
virtualHosts = {
"http://metrics.town" = {
extraConfig = ''
reverse_proxy http://localhost:3000

View File

@@ -29,7 +29,7 @@
firewall.interfaces = {
"tailscale0" = {
allowedUDPPorts = [ 41641 ];
allowedUDPPorts = [41641];
};
};
};