https://github.com/trasherdk/wowstash
https://github.com/trasherdk/wowstash
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trasherdk/wowstash
- Owner: trasherdk
- License: wtfpl
- Created: 2020-09-28T08:20:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T08:20:47.000Z (over 5 years ago)
- Last Synced: 2025-02-16T14:07:20.869Z (over 1 year ago)
- Language: Python
- Size: 2.15 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```