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 години
bin update prod app script to be smoother преди 3 години
files Event logging/capture (#3) преди 3 години
wowstash add some commands to list and wipe users to remove spammers преди 2 години
.gitignore commit project thus far преди 4 години
LICENSE Initial commit преди 4 години
Makefile add simple makefile преди 3 години
README.md add env-example and update readme преди 4 години
docker-compose.yaml oops преди 3 години
env-example add env-example and update readme преди 4 години
requirements.txt get it prod ready преди 4 години

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