diff --git a/nixos/machines/hera/web.nix b/nixos/machines/hera/web.nix index b5805ced..dd58a0e8 100644 --- a/nixos/machines/hera/web.nix +++ b/nixos/machines/hera/web.nix @@ -21,14 +21,6 @@ in { enable = true; virtualHosts = { - "tasks.maralorn.de" = { - forceSSL = true; - enableACME = true; - locations."/" = { - proxyPass = "http://[::1]:8000"; - proxyWebsockets = true; - }; - }; "hera.m-0.eu" = { default = true; forceSSL = true; @@ -40,15 +32,6 @@ in { forceSSL = true; inherit locations; }; - "fdroid.maralorn.de" = { - forceSSL = true; - enableACME = true; - locations = { - "/" = { - root = "/var/www/fdroid/repo"; - }; - }; - }; } // pkgs.privateValue {} "extra-sites"; }; diff --git a/nixos/roles/monitoring/probes.nix b/nixos/roles/monitoring/probes.nix index 0c20def5..620b0568 100644 --- a/nixos/roles/monitoring/probes.nix +++ b/nixos/roles/monitoring/probes.nix @@ -59,12 +59,10 @@ in { "https://ci.maralorn.de" "https://cloud.maralorn.de" "https://firefox-sync.maralorn.de" - "https://fdroid.maralorn.de/index-v1.json" "https://matrix.maralorn.de" "https://monitoring.maralorn.de" "https://rpg.maralorn.de" "https://stats.maralorn.de" - "https://tasks.maralorn.de" "https://hochzeit.malte-und-clai.re" "https://wiki.vocalensemble-darmstadt.de"