!1 Merge back to master

Merge pull request !1 from dev branch
This commit is contained in:
hekk 2018-05-27 21:32:55 +08:00
parent 30c963a5f0
commit 61a1c93f0f
89 changed files with 15859 additions and 2 deletions

18
docs/FAQ_en-us.md Normal file
View file

@ -0,0 +1,18 @@
## FAQ
* How to change accound name and password?
* Go to quickshare folder
* Open config.json using text editor. (e.g. notpad++, sublime, vscode, etc...)
* Search for line `"AdminPwd": "quicksh@re",`
* Replace `quicksh@re` with your password, e.g. `"AdminPwd": "myPassword",`
* Then you can also update user name `"AdminId": "myUserName",` in above way.
* How to change listening address(or port)?
* Go to quickshare folder
* Open config.json using text editor. (e.g. notpad++, sublime, vscode, etc...)
* Search for line `"HostName": "",`
* Change the value of `HostName`, e.g. `"HostName": "192.168.0.6",`
* You can also change port value (`"Port": 8888,`) in above way
* How to change background?
* Go to `public` folder under quickshare folder
* Open style.css using text editor. (e.g. notpad++, sublime, vscode, etc...)
* Update `body`'s css.