QuickShare file sharing with 0ut0f.space patches
Find a file
Hexxa e87a342c93
chore(client): clean up and ci (#35)
* fix(client/web): move browser updater to single file

* fix(client/web): make UploadMgr singleton

* test(client/web): add unit tests for browser

* fix(client/web): updater init should be in StateMgr

* feat(client/browser): add selectAll button

* chore(ci): disable travis although it is awsome
2021-01-30 16:48:21 +08:00
.github/workflows chore(ci): add ci using github action 2021-01-30 16:34:53 +08:00
cmd feat(users): add init functions 2020-12-06 12:17:29 +08:00
docs Clean up legacy files, ignore list, files, etc. (#24) 2020-12-20 15:29:54 +08:00
public/static/img Clean up legacy files, ignore list, files, etc. (#24) 2020-12-20 15:29:54 +08:00
src chore(client): clean up and ci (#35) 2021-01-30 16:48:21 +08:00
.gitignore feat(client/worker): support web work in frontend with fallback (#31) 2021-01-26 22:25:15 +08:00
config.json Update limit configs and add setup script (#3) 2018-05-28 09:13:33 -05:00
demo.jpg !1 Merge back to master 2018-05-27 21:32:55 +08:00
go.mod test(files, users): add e2e test and fix issues 2020-12-10 22:22:38 +08:00
go.sum test(files, users): add e2e test and fix issues 2020-12-10 22:22:38 +08:00
LICENSE Initial commit 2018-03-10 15:54:53 +08:00
package.json feat(client/worker): support web work in frontend with fallback (#31) 2021-01-26 22:25:15 +08:00
README.md Dev cleanup (#32) 2021-01-29 21:50:42 +08:00
yarn.lock feat(client/worker): support web work in frontend with fallback (#31) 2021-01-26 22:25:15 +08:00

Quickshare

Simple file sharing server built with Go/Golang, Typescript, Gin, React, Boltdb, etc.

Quickshare demo

Choose Language: English | 简体中文

Download

Visit Release Page to get Linux | Mac | Windows distribution(s).

Main Features

  • Uploading and downloading in browser without client
  • Be compatible with Linux, Mac and Windows
  • Sharing files among different devices (desktop & mobile)
  • Stopping and resuming uploading/downloading

Installation

Coming soon.

FAQ

Please refer FAQ document

Contribution

TODO