Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.

add-on registry tests last commit release

DDEV Sicse Toolkit

Overview

This add-on integrates Sicse Toolkit into your DDEV project.

Installation

ddev add-on get SicseDev/ddev-sicse-toolkit
ddev restart

After installation, make sure to commit the .ddev directory to version control.

Usage

Command Description
ddev describe View service status and used ports for Sicse Toolkit
ddev logs -s sicse-toolkit Check Sicse Toolkit logs

Advanced Customization

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

Credits

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.