Dev cleanup (#32)
* fix(client): fix layout issues in mobile devices * feat(client/panes): add panes, settings, login pane * fix(client/dialog): move return button back to dialog * fix(client/panes): fix style issues * fix(client/browser): fix table style issues * fix(client): refresh list after login * chore(readme): update reademe
This commit is contained in:
parent
31e4850344
commit
1ff1e2024e
12 changed files with 653 additions and 331 deletions
45
README.md
45
README.md
|
@ -1,5 +1,5 @@
|
|||
<h1 align="center">
|
||||
[WORKING IN PROGRESS!!!] Quickshare
|
||||
Quickshare
|
||||
</h1>
|
||||
<p align="center">
|
||||
Simple file sharing server built with Go/Golang, Typescript, Gin, React, Boltdb, etc.
|
||||
|
@ -24,50 +24,21 @@ Choose Language: English | [简体中文](./docs/README_zh-cn.md)
|
|||
|
||||
Visit [Release Page](https://github.com/ihexxa/quickshare/releases) to get Linux | Mac | Windows distribution(s).
|
||||
|
||||
## Features
|
||||
## Main 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
|
||||
- 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
|
||||
|
||||
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](./docs/FAQ_en-us.md))
|
||||
Coming soon.
|
||||
|
||||
### FAQ
|
||||
|
||||
Please refer [FAQ document](./docs/FAQ_en-us.md)
|
||||
|
||||
### Configuration
|
||||
|
||||
Please refer [Configuration document](./docs/CONFIG_en-us.md)
|
||||
|
||||
### Contribution
|
||||
|
||||
Will add it soon...
|
||||
TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue