- 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
- #105 files named
preadme.md
appear at the top of directory listings 1d68acf - entirely disable dedup with
--no-clone
/ volflagnoclone
3d7facd 6b7ebdb- even if a file exists for sure on the server HDD, let the client continue uploading instead of reusing the existing data
- using this option "never" makes sense, unless you're using something like S3 Glacier storage where reading is really expensive but writing is cheap
🩹 bugfixes
- up2k jank after detecting a bitflip or network glitch 4a4ec88
- instead of resuming the interrupted upload like it should, the upload client could get stuck or start over
- #104 support viewing dotfile documents when dotfiles are hidden 9ccd8bb
- fix a buttload of typos 6adc778 1e7697b