feat: add foundry-vtt

This commit is contained in:
2024-12-01 11:43:47 +01:00
parent 16d91bac8f
commit 83d1e7677a
5 changed files with 113 additions and 1 deletions

View File

@@ -7,4 +7,13 @@
proxyPass = "https://git.cloonar.com/";
};
};
services.nginx.virtualHosts."foundry-vtt.cloonar.com" = {
forceSSL = true;
enableACME = true;
acmeRoot = null;
locations."/" = {
proxyPass = "http://10.42.97.21:30000";
proxyWebsockets = true;
};
};
}