From d8d910f5fd5e412f6aa3e9d4df1c73ecf9328c97 Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 17 Jan 2025 14:19:38 +0100 Subject: [PATCH] [uptimekuma] mv from fanny to hetzner server after thinking about it it makes no sense to have status/alerting running on fanny. as soon as fanny fails we wont get any alerts anymore. thats why i think having it running on the hetzner server, which is quite stable, makes sense --- machines/durruti/host_config.nix | 2 +- machines/fanny/configuration.nix | 10 +--------- machines/vpn/configuration.nix | 9 --------- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/machines/durruti/host_config.nix b/machines/durruti/host_config.nix index 55c99c7c..504a26f8 100644 --- a/machines/durruti/host_config.nix +++ b/machines/durruti/host_config.nix @@ -47,7 +47,7 @@ in forceSSL = true; enableACME= true; locations."/" = { - proxyPass = "http://10.0.0.10"; + proxyPass = "http://10.0.0.12"; extraConfig = '' ''; }; diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 6719899f..946d25e5 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -53,7 +53,7 @@ in }; services.malobeo.microvm.enableHostBridge = true; - services.malobeo.microvm.deployHosts = [ "infradocs" "uptimekuma" ]; + services.malobeo.microvm.deployHosts = [ "infradocs" ]; networking = { firewall = { @@ -70,14 +70,6 @@ in ''; }; }; - - virtualHosts."status.malobeo.org" = { - locations."/" = { - proxyPass = "http://10.0.0.12:80"; - extraConfig = '' - ''; - }; - }; }; services.tor = { diff --git a/machines/vpn/configuration.nix b/machines/vpn/configuration.nix index d27d1482..bd67ecfe 100644 --- a/machines/vpn/configuration.nix +++ b/machines/vpn/configuration.nix @@ -38,15 +38,6 @@ with lib; }; }; - - virtualHosts."status.malobeo.org" = { - locations."/" = { - proxyPass = "http://10.100.0.101"; - extraConfig = '' - ''; - }; - - }; }; system.stateVersion = "22.11"; # Did you read the comment?