This add-on integrates Hashcards into your DDEV project.
ddev add-on get jcandan/ddev-hashcards
ddev restartAfter installation, make sure to commit the .ddev directory to version control.
| Command | Description |
|---|---|
ddev describe |
View service status and used ports for Hashcards |
ddev logs -s hashcards |
Check Hashcards logs |
To change the Docker image:
ddev dotenv set .ddev/.env.hashcards --hashcards-docker-image="ddev/ddev-utilities:latest"
ddev add-on get jcandan/ddev-hashcards
ddev restartMake sure to commit the .ddev/.env.hashcards file to version control.
All customization options (use with caution):
| Variable | Flag | Default |
|---|---|---|
HASHCARDS_DOCKER_IMAGE |
--hashcards-docker-image |
ddev/ddev-utilities:latest |
Contributed and maintained by @jcandan