My blt provides a simple platform for general file upload. It features a public and private mode.
A cli client can be used to upload files or directly via the website.
Everyone can upload and retreive files.
Everyone can see files but only members can upload new files.
- Python 3
- pip (Python3)
- bower
- nginx
- virtualenv (recommended)
git clone git@github.com:myblt/myblt-website.git
cd myblt-website
virtualenv env
. env/bin/activate
pip install -r requirements.txt
bower install
cp deploy/nginx/myb.lt /etc/nginx/sites-enabled/
sudo systemctl reload nginx
sudo sh -c "echo '127.0.0.1 myb.lt a.myb.lt' >> /etc/hosts"
python myblt.py
firefox http://myb.lt