A small security shield to protect small web applications.
Go to file
2019-09-14 18:36:23 -04:00
templates initial commit 2019-09-14 18:36:23 -04:00
.gitignore initial commit 2019-09-14 18:36:23 -04:00
buckler.py initial commit 2019-09-14 18:36:23 -04:00
config.py.template initial commit 2019-09-14 18:36:23 -04:00
README.md initial commit 2019-09-14 18:36:23 -04:00

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

  1. Get on the floor
  2. Walk the dinosaur

Usage

gunicorn buckler:app --bind localhost:5400 --worker-class aiohttp.GunicornWebWorker