From f8b68f24326a4dd78f86b662773b7f4ee859561a Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 14 Sep 2026 19:10:34 +0200 Subject: [PATCH] [fanny] add tmp pw - this is not secure --- machines/fanny/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 0f4b2eb..9e81311 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -318,6 +318,8 @@ in virtualHosts."rm16bleibt.org" = { forceSSL = true; enableACME = true; + #tmp pw, not secure + basicAuth = { admin = "qfuasf982fl2oj"; }; locations."/" = { proxyPass = "http://${hosts.malobeo.hosts.wordpress.network.address}"; recommendedProxySettings = true;