QuickShare is a lightweight, self-hosted file sharing application built with Go and SQLite. It supports resumable uploads and downloads, per-user storage quotas, speed limiting, fuzzy search, and directory sharing with anonymous access and QR codes.
QuickShare is a lightweight, self-hosted file sharing service built with Go and backed by SQLite for zero-dependency deployment.
After deployment, log in with the admin account. The default username is admin and the password is set during deployment.
admin and the password you setAll files and the SQLite database are stored in /quickshare/root and persisted via a Zeabur volume.
LGPL-3.0 — GitHub