If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.
This add-on integrates Sicse Toolkit into your DDEV project.
ddev add-on get SicseDev/ddev-sicse-toolkit
ddev restart
After installation, make sure to commit the .ddev directory to version control.
| Command | Description |
|---|---|
ddev describe |
View service status and used ports for Sicse Toolkit |
ddev logs -s sicse-toolkit |
Check Sicse Toolkit logs |
To change the Docker image:
ddev dotenv set .ddev/.env.sicse-toolkit --sicse-toolkit-docker-image="ddev/ddev-utilities:latest"
ddev add-on get SicseDev/ddev-sicse-toolkit
ddev restart
Make sure to commit the .ddev/.env.sicse-toolkit file to version control.
All customization options (use with caution):
| Variable | Flag | Default |
|---|---|---|
SICSE_TOOLKIT_DOCKER_IMAGE |
--sicse-toolkit-docker-image |
ddev/ddev-utilities:latest |
Contributed and maintained by @SicseDev
If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.