|
il y a 3 mois | |
---|---|---|
bin | il y a 3 mois | |
files | il y a 3 mois | |
wowstash | il y a 3 mois | |
.gitignore | il y a 7 mois | |
LICENSE | il y a 7 mois | |
Makefile | il y a 3 mois | |
README.md | il y a 6 mois | |
docker-compose.yaml | il y a 3 mois | |
env-example | il y a 6 mois | |
requirements.txt | il y a 6 mois |
A web wallet for noobs who can't use a CLI.
# 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