infra: add web page

This commit is contained in:
jopejoe1 2024-07-11 14:10:10 +02:00
parent 31b3f57970
commit 10287025aa
3 changed files with 30 additions and 2 deletions

View file

@ -1,4 +1,6 @@
{
self,
config,
...
}:
@ -13,6 +15,7 @@
"clan-war.net" = {
enableACME = true;
forceSSL = true;
locations."/".root = "${self.legacyPackages.${config.nixpkgs.hostPlatform.system}.web.override { withBackendUrl = "api.clan-war.net";}}/";
};
"api.clan-war.net" = {
forceSSL = true;