##Doora: Just another file sharing service
Doora is a file sharing service powered by qiniu. It's build for speed and simplicity: Drop & Share, that's all.
A live demo is at: http://lab.wong2.me/doora/ (files are kept for 30 minutes)
- Clone the repo:
git clone https://github.com/wong2/doora.git
cd doora
, editconfig.py
- run
app.py
- if you need file expiration, set the expire time in
config.py
, then runrqworker doora
andrqscheduler
in terminal. - if you need to modify
index.html
: (1)npm install html-minifier -g
, (2) edit templates/index.tmpl (3)make min
❤