fix(copyparty): support reverse proxies

This commit is contained in:
wi11-holdsworth 2026-02-22 16:47:21 +11:00
parent b6dafe4908
commit 9bdffc9a3a

View file

@ -21,6 +21,8 @@ in
e2ts = true; e2ts = true;
e2vu = true; e2vu = true;
p = port; p = port;
xff-hdr = "x-forwarded-for";
rproxy = 1;
}; };
accounts.will.passwordFile = config.age.secrets.copyparty-will.path; accounts.will.passwordFile = config.age.secrets.copyparty-will.path;