/doora

Just another file sharing service

Primary LanguagePythonMIT LicenseMIT

##Doora: Just another file sharing service

Introduction

Doora is a file sharing service powered by qiniu. It's build for speed and simplicity: Drop & Share, that's all.

Screenshot

Screenshot

Demo

A live demo is at: http://lab.wong2.me/doora/ (files are kept for 30 minutes)

Quick Start

  1. Clone the repo: git clone https://github.com/wong2/doora.git
  2. cd doora, edit config.py
  3. run app.py
  4. if you need file expiration, set the expire time in config.py, then run rqworker doora and rqscheduler in terminal.