You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/quickshare/root is where the Quickshare stores files and directories.
Please refer to this doc if you want to manage files and folders from OS.
Run from source code
Before start, please confirm that Go/Golang (>=1.17), Node.js and Yarn are installed on your machine.
# clone this repo
git clone git@github.com:ihexxa/quickshare.git
# go to repo's folder
cd quickshare
DEFAULTADMIN=qs DEFAULTADMINPWD=1234 yarn start
OK! Open https://127.0.0.1:8686 in browser, and log in with user name qs and password 1234.
Run executable file
Downloading: Download last distribution(s) in Release Page.
Unzipping: Unzip it and run following command DEFAULTADMIN=qs DEFAULTADMINPWD=1234 ./quickshare. (You may update its execution permission: e.g. run chmod u+x quickshare)
Accessing: At last, open https://127.0.0.1:8686 in browser, and log in with user name qs and password 1234.
FAQ
Coming soon.
About
Quick and simple file sharing between different devices, built with Go, React and Typescript.