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