A web wallet for noobs who can't use a CLI. https://wowstash.app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
lza_menace 8da92e6919
add some commands to list and wipe users to remove spammers
2 vuotta sitten
bin update prod app script to be smoother 3 vuotta sitten
files Event logging/capture (#3) 3 vuotta sitten
wowstash add some commands to list and wipe users to remove spammers 2 vuotta sitten
.gitignore commit project thus far 4 vuotta sitten
LICENSE Initial commit 4 vuotta sitten
Makefile add simple makefile 3 vuotta sitten
README.md add env-example and update readme 4 vuotta sitten
docker-compose.yaml oops 3 vuotta sitten
env-example add env-example and update readme 4 vuotta sitten
requirements.txt get it prod ready 4 vuotta sitten

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