You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lza_menace 13b1b9e1a9 | 4 years ago | |
---|---|---|
bin | 4 years ago | |
wowstash | 4 years ago | |
.gitignore | 4 years ago | |
Dockerfile | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
docker-compose.es.yaml | 4 years ago | |
docker-compose.yaml | 4 years ago | |
env-example | 4 years ago | |
requirements.txt | 4 years ago |
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