A small security shield to protect small web applications.
templates | ||
.gitignore | ||
buckler.py | ||
config.py.template | ||
README.md |
Buckler
A security shield for protecting a number of small web applications.
Requirements
Python 3.7+
PostgreSQL 11.5+
Python packages: gunicorn aiohttp aiohttp_jinja2 psycopg2 passlib argon2_cffi
Install
- Get on the floor
- Walk the dinosaur
Usage
gunicorn buckler:app --bind localhost:5400 --worker-class aiohttp.GunicornWebWorker