- read-only demo server at https://a.ocv.me/pub/demo/
- docker image ╱ similar software ╱ client testbed
there is a discord server with an @everyone
in case of future important updates, such as vulnerabilities (most recently 2023-07-23)
recent important news
- v1.15.0 (2024-09-08) changed upload deduplication to be default-disabled
- v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details
🧪 new features
- 10x faster file hashing in android-chrome ec50788
- on a recent pixel, speed went from 13 to 139 MiB/s
- android's sandboxing makes small reads expensive, so do bigger reads instead
- so the browser-tab will use more RAM on android now, maybe around 200 MiB
- this only affects chrome-based browsers on android, not firefox
- PUT/multipart uploads: request-header
Accept: json
makes it return json instead of html, just like?j
ce0e5be - add config examples for ishare, a MacOS screenshot utility inspired by ShareX 0c0d6b2
- also includes a bug-workaround for ishare#107 - copyparty will now include a toplevel json property
fileurl
in the response if exactly one file was uploaded - the connect-page generates an appropriate
copyparty.iscu
for ishare; it looks like this
- also includes a bug-workaround for ishare#107 - copyparty will now include a toplevel json property
🩹 bugfixes
- fix a potential upload deadlock when...
- ...the database (
-e2d
) is not enabled for any volume, and... - ...either the shares feature, or user-changeable passwords, is enabled 9e542cf
- ...the database (
- when loading the partial-uploads registry on startup, a cosmetic desync could occur 467acb4
🔧 other changes
- remove some deprecated properties in partial-upload metadata aa2a8fa
- v1.15.7 is now the oldest version which still has any chance of reading a modern up2k.snap
- #129 added howto: using webdav when copyparty is behind IdP -- thanks @wuast94 !
- added howto: install copyparty on a synology nas 21f9304
- more examples in the connect-page: 278258e fb13969
- config-file for sharex on windows
- config-file for ishare on macos
- script for flameshot on linux
- #75 add recommendation to use the kamelåså project instead of copyparty's very-bad-idea.py 9f84dc4
- more reverse-proxy examples (haproxy, lighttpd, traefik, caddy) and improved nginx performance ac0a2da
- readme has a performance comparison --
haproxy > caddy > traefik > nginx > apache > lighttpd
- readme has a performance comparison --
- copyparty.exe: updated pillow 244e952
💾 what to download?
download link | is it good? | description |
---|---|---|
copyparty-sfx.py | ✅ the best 👍 | runs anywhere! only needs python |
a docker image | it's ok | good if you prefer docker 🐋 |
copyparty.exe | for win8 or later; built-in thumbnailer | |
u2c.exe | CLI uploader as a win7+ exe (video) | |
copyparty.pyz | similar to the regular sfx, mostly worse | |
copyparty32.exe | ⛔️ dangerous | for win7 -- never expose to the internet! |
cpp-winpe64.exe | ⛔️ dangerous | runs on 64bit WinPE, otherwise useless |