[uptimekuma] set redirects

This commit is contained in:
2025-01-17 13:59:54 +01:00
parent d9bb933891
commit 6aa6f2e171
3 changed files with 27 additions and 0 deletions

View File

@@ -43,6 +43,16 @@ in
};
};
services.nginx.virtualHosts."status.malobeo.org" = {
forceSSL = true;
enableACME= true;
locations."/" = {
proxyPass = "http://10.0.0.10";
extraConfig = ''
'';
};
};
services.nginx.virtualHosts."tasklist.malobeo.org" = {
forceSSL = true;
enableACME= true;

View File

@@ -71,6 +71,14 @@ in
'';
};
};
virtualHosts."status.malobeo.org" = {
locations."/" = {
proxyPass = "http://10.0.0.12:80";
extraConfig = ''
'';
};
};
};
services.tor = {

View File

@@ -38,6 +38,15 @@ with lib;
};
};
virtualHosts."status.malobeo.org" = {
locations."/" = {
proxyPass = "http://10.100.0.101";
extraConfig = ''
'';
};
};
};
system.stateVersion = "22.11"; # Did you read the comment?