All Projects â†’ ihexxa â†’ Quickshare

ihexxa / Quickshare

Licence: lgpl-3.0
Quick and simple file sharing between different devices.

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
Retro Board
Retrospective Board
Stars: ✭ 622 (+227.37%)
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
Vlackjack
Blackjack built with Vue.js and vuex
Stars: ✭ 109 (-42.63%)
Mutual labels:  webpack, 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
Preact Minimal
🚀 Minimal preact structure
Stars: ✭ 136 (-28.42%)
Mutual labels:  webpack, yarn
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
Conf
Landing page for event React Conf Brazil
Stars: ✭ 104 (-45.26%)
Mutual labels:  webpack, yarn
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.

Quickshare on desktop

Quickshare on mobile

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. run chmod u+x quickshare)
  • Accessing: At last, open http://127.0.0.1:8686 in browser, and log in with user name qs and password 1234.

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].