mirror of
https://git.wownero.com/lza_menace/wowstash.git
synced 2024-08-15 00:33:15 +00:00
A web wallet for noobs who can't use a CLI.
| bin | ||
| wowstash | ||
| .gitignore | ||
| docker-compose.es.yaml | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| env-example | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
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