- 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
- upload files by
ctrl-c
from OS andctrl-v
into browser c5f7cfc- from just about any file manager (windows explorer, thunar on linux, etc.) into the copyparty web-ui
- only files, not folders, so drag-drop is still the recommended way
- empty folders show an "empty folder" banner fdda567
- opengraph / discord embeds ea270ab 36f2c44 48a6789 b15a4ef
- embeds audio with covers , images , videos , audio without coverart (links to one of the copyparty demoservers where the feature is enabled; link those in discord to test)
- images are currently not rendering correctly once clicked on android-discord (works on ios and in browser)
- default-disabled because opengraph disables hotlinking by design
- enable with
--og
and see readme and the --help
- enable with
- add option to support base64-encoded url queries parceled into the url location 69517e4
- because android-specific discord bugs prevent the use of queries in opengraph tags
- improve server performance when downloading unfinished uploads, especially on slow storage 70a3cf3
- add dynamic content into
<head>
using--html-head
which now takes files and/or jinja templates as input b6cf2d3 --au-vol
(default 50, same as before) sets default audio volume in percent da091ae- add copyparty.pyz buildscript 27485a4
- support ie4 and the version of winzip you'd find on an average windows 3.11 pc 603d0ed
bugfixes
- when logging in from the 403 page, remember and apply the original url hash f849197
- the config-reset button in the control-panel didn't clear the dotfiles preference bc2c1e4
- the search feature could discover and use stale indexes in volumes where indexing was since disabled 95d9e69
- when in doubt, periodically recheck if filesystems support sparse files f6e693f
- reduces opportunities for confusion on servers with removable media (usb flashdrives)
this release introduces copyparty.pyz, yet another way to bring copyparty where it's needed -- very limited and with many drawbacks (see readme) but may work when the others don't
💾 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 |