A web wallet for noobs who can't use a CLI. https://wowstash.app
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.
 
 
 
 
Dosyaya git
lza_menace 8da92e6919
add some commands to list and wipe users to remove spammers
2 yıl önce
bin update prod app script to be smoother 3 yıl önce
files Event logging/capture (#3) 3 yıl önce
wowstash add some commands to list and wipe users to remove spammers 2 yıl önce
.gitignore commit project thus far 4 yıl önce
LICENSE Initial commit 4 yıl önce
Makefile add simple makefile 3 yıl önce
README.md add env-example and update readme 4 yıl önce
docker-compose.yaml oops 3 yıl önce
env-example add env-example and update readme 4 yıl önce
requirements.txt get it prod ready 4 yıl önce

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