A web wallet for noobs who can't use a CLI. https://wowstash.app
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.
 
 
 
 
Go to file
lza_menace 8da92e6919
add some commands to list and wipe users to remove spammers
2 lat temu
bin update prod app script to be smoother 3 lat temu
files Event logging/capture (#3) 3 lat temu
wowstash add some commands to list and wipe users to remove spammers 2 lat temu
.gitignore commit project thus far 4 lat temu
LICENSE Initial commit 4 lat temu
Makefile add simple makefile 3 lat temu
README.md add env-example and update readme 4 lat temu
docker-compose.yaml oops 3 lat temu
env-example add env-example and update readme 4 lat temu
requirements.txt get it prod ready 4 lat temu

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