A web wallet for noobs who can't use a CLI. https://wowstash.app
25개 이상의 토픽을 선택하실 수 없습니다. 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