You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
163e3fc the x-forwarded-for header was ignored if the nearest reverse-proxy is not asking from 127.0.0.1, which broke client IPs in containerized deployments
the serverlog will now explain how to trust the reverse-proxy to provide client IPs, but basically,
--xff-hdr specifies which header to read the client's real ip from
--xff-src is an allowlist of IP-addresses to trust that header from
a62f744 if copyparty was started while an external HDD was not connected, and that volume's index was stored elsewhere, then the index would get wiped (since all the files are gone)
3b8f66c javascript could crash while uploading from a very unreliable internet connection
other changes
copyparty.exe: updated pillow to 10.0.1 which fixes the webp cve
alpine, which the docker images are based on, turns out to be fairly slow -- currently working on a new docker image (probably fedora-based) which will be 30% faster at analyzing multimedia files and in general 20% faster on average