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)
- imagemagick
git clone [email protected]:maro.xyz/maro.xyz-website.git
cd maro.xyz-website
virtualenv env
. env/bin/activate
pip install -r requirements.txt
bower install
cp deploy/nginx/maro.dev /etc/nginx/sites-enabled/
sudo systemctl reload nginx
sudo sh -c "echo '127.0.0.1 test.maro.xyz api-test.maro.xyz' >> /etc/hosts"
<base href="http://test.maro.xyz/">
python myblt.py
firefox http://test.maro.xyz