|
3 ay önce | |
---|---|---|
bin | 3 ay önce | |
files | 3 ay önce | |
wowstash | 3 ay önce | |
.gitignore | 7 ay önce | |
LICENSE | 7 ay önce | |
Makefile | 3 ay önce | |
README.md | 6 ay önce | |
docker-compose.yaml | 3 ay önce | |
env-example | 6 ay önce | |
requirements.txt | 6 ay önce |
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