From 16fb7c5b098dab9fac30d1b10963aad38597df18 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 15 Apr 2025 14:11:41 +0200 Subject: [PATCH] [zineshop] remove basic auth --- machines/fanny/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index fa5fb7c..d81c050 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -155,7 +155,7 @@ in virtualHosts."zines.malobeo.org" = { # created with: nix-shell --packages apacheHttpd --run 'htpasswd -B -c foo.txt malobeo' # then content of foo.txt put into sops - basicAuthFile = config.sops.secrets.shop_auth.path; + # basicAuthFile = config.sops.secrets.shop_auth.path; locations."/" = { proxyPass = "http://10.0.0.15:8080"; extraConfig = ''