A web wallet for noobs who can't use a CLI.
Go to file
lza_menace 8da92e6919 add some commands to list and wipe users to remove spammers 2021-11-24 10:39:10 -08:00
bin update prod app script to be smoother 2021-07-16 01:29:48 -07:00
files Event logging/capture (#3) 2020-12-30 22:49:32 +00:00
wowstash add some commands to list and wipe users to remove spammers 2021-11-24 10:39:10 -08:00
.gitignore commit project thus far 2020-08-21 00:39:59 -07:00
LICENSE Initial commit 2020-08-18 04:59:08 +00:00
Makefile add simple makefile 2020-12-28 20:26:22 -08:00
README.md add env-example and update readme 2020-09-27 07:40:23 -07:00
docker-compose.yaml oops 2021-05-17 12:51:22 -07:00
env-example add env-example and update readme 2020-09-27 07:40:23 -07:00
requirements.txt get it prod ready 2020-09-25 00:25:35 -07:00

README.md

wowstash

A web wallet for noobs who can't use a CLI.

Setup

# Create new database secrets
cp env-example .env
vim .env

# Setup app secrets
cp wowstash/config.{example.py,py}
vim wowstash/config.py

# Run db (postgres) and cache (redis) containers
docker-compose up -d