A web wallet for noobs who can't use a CLI. https://wowstash.app
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это репозиторий в архиве. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.
 
 
 
 
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