QuickShare file sharing with 0ut0f.space patches
Find a file
Hexxa cb8325081d
Feat: add copy button for download URL (#10)
* feat: add copy button for download link

* fix: use quickshare repo link

* fix: add auto-bump

* auto-bump: bump to 0.2.2
2018-06-18 10:28:04 +08:00
client Feat: add copy button for download URL (#10) 2018-06-18 10:28:04 +08:00
docs chore: add prettier(1st step) (#7) 2018-05-31 08:26:07 -05:00
public !1 Merge back to master 2018-05-27 21:32:55 +08:00
server Dev (#6) 2018-05-30 08:09:13 -05:00
.gitignore !1 Merge back to master 2018-05-27 21:32:55 +08:00
.goreleaser.yml !1 Merge back to master 2018-05-27 21:32:55 +08:00
.travis.yml fix(ci.yarn): add yarn install 2018-05-27 23:05:57 +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
Gopkg.lock Fix dep (#4) 2018-05-29 08:38:05 -05:00
Gopkg.toml !1 Merge back to master 2018-05-27 21:32:55 +08:00
LICENSE Initial commit 2018-03-10 15:54:53 +08:00
package.json Feat: add copy button for download URL (#10) 2018-06-18 10:28:04 +08:00
README.md chore(travis, badge): 1. fix travis config 2. add badges 2018-05-27 22:51:26 +08:00
server.go feat: open browser when start server (#2) 2018-05-28 07:57:13 -05:00
yarn.lock Feat: add copy button for download URL (#10) 2018-06-18 10:28:04 +08:00

Quickshare

A succinct file sharing server

Quickshare demo

Choose Language: English | 简体中文

Download

Features

  • Upload and download in browser, no client
  • Share files among desktop and mobile devices
  • Portable software
  • Add files from local
  • Add download limit for resource
  • Download from interrupted point

Installation

2 steps are needed to start a quickshare: unzip it and start it.

The first step, unzip and start quickshare

Linux

  • Unzip the package: unzip [package]. ([package] could be quickshare_0.0.8_linux_x86_6 4.zip)
  • Start quickshare ./quickshare

Mac

  • Unzip the package: unzip [package]. ([package] could be quickshare_0.0.8_macos_x86_64.zip)
  • Start quickshare ./quickshare

Windows

  • Unzip the package
  • Go into folder and click quickshare.exe

Last step, meet quickshare in browser

  • Quickshare will start and show quickshare starts @ [URL] in terminal (e.g. URL could be 192.168.0.1:8888)
  • Open URL in browser and login with admin and quicksh@re
  • Enjoy (But don't forget to change password according to FAQ document)

FAQ

Please refer FAQ document

Configuration

Please refer Configuration document

Contribution

Will add it soon...