fixed copyparty ip orign headers.

This commit is contained in:
Gabe Venberg 2025-10-24 15:54:53 +02:00
parent b9fb31d1d6
commit cb026ff883

View file

@ -45,6 +45,8 @@ in {
ah-alg = "argon2";
ah-salt = "ImSaltyAboutNonPersistentSalts";
hist = "/var/lib/copyparty";
xff-hdr = "X-Forwarded-For";
rproxy = 1;
};
accounts = lib.mkIf (inputs ? nix-secrets) (
builtins.mapAttrs (name: value: {passwordFile = "${inputs.nix-secrets}/copyparty/${name}";})