- 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 2025-09-07)
recent important news
- v1.19.8 (2025-09-07) fixed CVE-2025-58753 (a missing permission-check inside single-file shares)
- 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
- prevent uploading into ramdisks by default 59a0122 538a205
- safeguard against misconfigured docker containers, where certain parts of the vfs has not been mapped to actual storage, for example
/w/music
is but/w/
itself isn't - can be disabled with
wram
(global-option and/or volflag), mainly for ephemeral servers
- safeguard against misconfigured docker containers, where certain parts of the vfs has not been mapped to actual storage, for example
- #799 nixos: groups can be specified (thx @AnyTimeTraveler!) ee5f319
- the logspam from the filesystem indexer can be reduced/disabled 478f1c7
- new options
scan-st-r
,scan-pr-r
,scan-pr-s
- new options
🩹 bugfixes
- #809 medialinks (
#af-badf00d
) would fail on the very first pageload from a new browser 5996a58 - #806 instructions for running on iOS was bad (thx @GhelloZ!) 35326a6
🔧 other changes
- copyparty32.exe is now english-only, to save space 669b107
- version info on startup indicates free-threading or not 6559152
- docs: explain the
daw
option better a043d7c