infra: add web page
This commit is contained in:
parent
31b3f57970
commit
10287025aa
3 changed files with 30 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue