From 9bdffc9a3a02200d801384973231d2734129d3f5 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Sun, 22 Feb 2026 16:47:21 +1100 Subject: [PATCH] fix(copyparty): support reverse proxies --- modules/nixos/features/copyparty.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nixos/features/copyparty.nix b/modules/nixos/features/copyparty.nix index bd31797..7994bf3 100644 --- a/modules/nixos/features/copyparty.nix +++ b/modules/nixos/features/copyparty.nix @@ -21,6 +21,8 @@ in e2ts = true; e2vu = true; p = port; + xff-hdr = "x-forwarded-for"; + rproxy = 1; }; accounts.will.passwordFile = config.age.secrets.copyparty-will.path;