- 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-07-28)
recent important news
- v1.18.5 (2025-07-28) (PREVIOUS RELEASE) fixed XSS in display of media tags
- 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
- #201 add support for reflink-based dedup on cow filesystems df9feab
- combine
--dedup
with--reflink
to enable, or volflags with same name - a better and safer alternative to the other dedup approaches (symlink/hardlink), but only possible to use in some cases:
- needs linux 5.3 or newer, python 3.14 or newer, btrfs/xfs/zfs
- not available in the docker images yet; needs a new version of python, so maybe next alpine release (november/december 2025)
- combine
- ratelimit password changes to impede bruteforcing a2601fd
- limit is set by
--ban-pwc
(default is 5 changes in 60min)
- limit is set by
🩹 bugfixes
- #240 nixos: fix unixgroups issue (thx @chinponya!) 7c9c962
- #246 cbz: use correct page for thumbnail (thx @Scotsguy!) 542a1de
🔧 other changes
- volflag
nosub
now also prevents mkdir 0f2c623 - improve documentation:
- #242 hide "use real pw" on connectpage if no accounts (thx @toast003!) 025942a
- #211 docker: remove deprecated attribute (thx @ptweezy!) 5b98e10
- #190 add the feature-showcase video to the readme (thx @RustoMCSpit!) 43e6da3