An email management frontend.
Go to file
2020-11-21 14:23:34 -05:00
static add new account creation 2020-11-21 14:23:34 -05:00
templates add new account creation 2020-11-21 14:23:34 -05:00
.gitignore first commit 2020-11-11 13:27:18 -05:00
buckler_aiohttp.py update buckler middleware 2020-11-12 13:21:26 -05:00
config.py.template add new account creation 2020-11-21 14:23:34 -05:00
forms.py add new account creation 2020-11-21 14:23:34 -05:00
LICENSE first commit 2020-11-11 13:27:18 -05:00
README.md first commit 2020-11-11 13:27:18 -05:00
stickup.py add new account creation 2020-11-21 14:23:34 -05:00

Stickup

A frontend for managing a user's email password.

Requirements

Python 3.8+
Python packages: gunicorn aiohttp aiohttp_jinja2 uvloop asyncpg passlib argon2_cffi

Install

  1. Get on the floor
  2. Walk the dinosaur

Usage

gunicorn stickup:init_app --bind localhost:5050 --worker-class aiohttp.GunicornWebWorker