Launching today

Holdfast
Self-hosted file storage that isn't Nextcloud
6 followers
Self-hosted file storage that isn't Nextcloud
6 followers
Holdfast is self-hosted file storage that's fast and Dropbox-simple. Upload, browse, and share files with revocable links. Single Docker image, SQLite-backed, no external database, no cloud dependency. Deploy in minutes, own your data.





Flowripple
How does Holdfast handle large file uploads or chunking, especially on slower connections? Curious whether the single Docker image setup holds up well for teams sharing media-heavy folders or if there are size limits I should know about.
Flowripple
@okanktaymyvm No actually , i've used a resumable upload protocol called tus protocol , which chunks the file and uploads those in order , which even allows us to pause or resume mid upload, which makes things much easier on patchy or slower connections
Curious how revoking a shared link actually works on the recipient side, like does the file get blocked mid-download or is it more of a soft disable that only kicks in on the next request?
Flowripple
@emelkorkune7b0 that's actually an interesting edge case i haven't tested out , revoking a link mid download , thanks for sharing this