A web wallet for noobs who can't use a CLI.
Go to file
lza_menace 22e96d38ee allow longer event type strings in db 2020-12-30 14:46:36 -08:00
bin Add seed restore functionality (#2) 2020-12-30 08:43:23 +00:00
files add graf container w/ pre-built dashboard 2020-12-30 14:44:36 -08:00
wowstash allow longer event type strings in db 2020-12-30 14:46:36 -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 add graf container w/ pre-built dashboard 2020-12-30 14:44:36 -08: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