A web wallet for noobs who can't use a CLI. https://wowstash.app
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。
 
 
 
 
转到文件
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