QuickShare file sharing with 0ut0f.space patches
Find a file
Hexxa ede6c239f0
chore(ci/cd): refine scripts and docs (#36)
* chore(ci/cd): refine scripts and docs

* text(server): fix incorrect server port
2021-01-30 22:03:59 +08:00
.github/workflows chore(ci): add ci using github action 2021-01-30 16:34:53 +08:00
cmd chore(ci/cd): refine scripts and docs (#36) 2021-01-30 22:03:59 +08:00
docs chore(ci/cd): refine scripts and docs (#36) 2021-01-30 22:03:59 +08:00
public/static/img Clean up legacy files, ignore list, files, etc. (#24) 2020-12-20 15:29:54 +08:00
scripts chore(ci/cd): refine scripts and docs (#36) 2021-01-30 22:03:59 +08:00
src chore(ci/cd): refine scripts and docs (#36) 2021-01-30 22:03:59 +08:00
.gitignore chore(ci/cd): refine scripts and docs (#36) 2021-01-30 22:03:59 +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 chore(ci/cd): refine scripts and docs (#36) 2021-01-30 22:03:59 +08:00
README.md chore(ci/cd): refine scripts and docs (#36) 2021-01-30 22:03:59 +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 service built with Go/Golang, Typescript, Gin, React, Boltdb, etc.

Quickshare on desktop

Quickshare on mobile

Choose Language: English | 简体中文

Main Features

  • Sharing files among different devices (Adaptive UI)
  • Be compatible with Linux, Mac and Windows
  • Stopping and resuming uploading/downloading
  • Do uploading and downloading in web browser

Quick Start

Downloading: Download last distribution(s) in Release Page.

Unzipping: Unzip it and run following command ./quickshare. (You may update its execution permission: e.g. run chmod u+x quickshare on Linux)

Starting: At the first run, Quickshare will let you input your user name and generate a random password for you (here quickshare is the user name). It may output something like following (password is 2fdc98):

Please input admin name: quickshare
password is generated: 2fdc98, please update it after login
user (quickshare) is created

Accessing: At last, open your browser and visit http://127.0.0.1:8686.

FAQ

Coming soon.