- 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)
new features
- keep tags when transcoding music to opus/mp3 07ea629
- useful for batch-downloading folders with on-the-fly transcoding
- excessively large tags will be individually dropped (traktor beatmaps, cover-art, xmp)
bugfixes
- optimization for large amounts (700+) of tcp connections / clients 07b2bf1
select()
was used for non-https downloads and mdns/ssdp initialization, which would start spinning at more than 1024 FDs, so now theypoll()
when possible (so not on windows)- default max number of connections on windows was lowered to 486 since windows maxes out at 512 FDs
- the markdown editor autoindent would duplicate
<hr>
692175f
other changes
- #83: more intuitive behavior for
--df
and thedf
volflag 5ad6545 - print helpful warning if OS restrictions make it impossible to persist config b629d18
- censor filesystem paths in the download-as-zip error summary 5919607
u2c.exe
: explain that https is disabled bef9617- ux: 60c96f9
- hide lightbox buttons when a video is playing
- move audio seekbar text down a bit so it hides less of the waveform and minute-markers
- updated dompurify to 3.1.5 f00b939
- updated docker images to alpine 3.20
💾 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 | ⚠️ acceptable | for win8 or later; built-in thumbnailer |
u2c.exe | ⚠️ acceptable | CLI uploader as a win7+ exe (video) |
copyparty.pyz | ⚠️ acceptable | 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 |