ihexxa / Quickshare
Licence: lgpl-3.0
Quick and simple file sharing between different devices.
Stars: â 190
Programming Languages
javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
typescript
32286 projects
golang
3204 projects
Projects that are alternatives of or similar to Quickshare
Front End Guide
đ Study guide and introduction to the modern front end stack.
Stars: â 14,073 (+7306.84%)
Mutual labels: webpack, yarn, jest
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial â
Stars: â 145 (-23.68%)
Mutual labels: webpack, yarn, jest
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: â 88 (-53.68%)
Mutual labels: webpack, yarn, jest
Js Stack From Scratch
đ ī¸âĄ Step-by-step tutorial to build a modern JavaScript stack.
Stars: â 18,814 (+9802.11%)
Mutual labels: webpack, yarn, jest
Express Webpack React Redux Typescript Boilerplate
đ A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: â 156 (-17.89%)
Mutual labels: webpack, yarn, jest
Reeakt
A modern React boilerplate to awesome web applications
Stars: â 116 (-38.95%)
Mutual labels: webpack, jest
React Redux Bootstrap Webpack Starter
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
Stars: â 133 (-30%)
Mutual labels: webpack, jest
Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: â 1,374 (+623.16%)
Mutual labels: webpack, yarn
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: â 134 (-29.47%)
Mutual labels: webpack, jest
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: â 1,818 (+856.84%)
Mutual labels: webpack, jest
Ts React Boilerplate
Universal React App with Redux 4, Typescript 3, and Webpack 4
Stars: â 104 (-45.26%)
Mutual labels: webpack, jest
Mhy
đ§Š A zero-config, out-of-the-box, multi-purpose toolbox and development environment
Stars: â 128 (-32.63%)
Mutual labels: webpack, jest
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: â 103 (-45.79%)
Mutual labels: webpack, jest
Monitaure
đ A server uptime monitoring progressive web application - NO LONGER MAINTAINED
Stars: â 135 (-28.95%)
Mutual labels: webpack, jest
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: â 144 (-24.21%)
Mutual labels: webpack, jest
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: â 147 (-22.63%)
Mutual labels: webpack, yarn
Quickshare
Quick and simple file sharing between different devices.
Choose Language: English | įŽäŊ䏿
Main Features
- Sharing and accessing from different devices (Adaptive UI)
- Be compatible with Linux, Mac and Windows
- Stopping and resuming uploading/downloading
- Do uploading and downloading in web browser
- Manage files through browser or OS
Quick Start
Run in Docker
Following will start a quickshare
docker and listen to 8686
port.
Then you can open http://127.0.0.1:8686
and log in with user name qs
and password 1234
:
docker run \
--name quickshare \
-d -p 8686:8686 \
-v `pwd`/quickshare/root:/quickshare/root \
-e DEFAULTADMIN=qs \
-e DEFAULTADMINPWD=1234 \
hexxa/quickshare
-
DEFAULTADMIN
is the default user name -
DEFAULTADMINPWD
is the default user password -
/quickshare/root
is where Quickshare stores files and directories.
Run from source code
Before start, please confirm Go/Golang (>1.15), Node.js and Yarn are installed on your machine.
# clone this repo
git clone [email protected]:ihexxa/quickshare.git
# go to repo's folder
cd quickshare
DEFAULTADMIN=qs DEFAULTADMINPWD=1234 yarn start
OK! Open http://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. runchmod u+x quickshare
) -
Accessing: At last, open
http://127.0.0.1:8686
in browser, and log in with user nameqs
and password1234
.
FAQ
Coming soon.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].