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

add-on registry tests last commit release

DDEV Notification Server

Overview

This add-on integrates Notification Server into your DDEV project.

Installation

ddev add-on get d34dman/ddev-notification-server
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 Notification Server
ddev logs -s notification-server Check Notification Server logs

Advanced Customization

To change the Docker image:

ddev dotenv set .ddev/.env.notification-server --notification-server-docker-image="ghcr.io/d34dman/notification-server:main"
ddev add-on get d34dman/ddev-notification-server
ddev restart

Make sure to commit the .ddev/.env.notification-server file to version control.

All customization options (use with caution):

Variable Flag Default
NOTIFICATION_SERVER_DOCKER_IMAGE --notification-server-docker-image ghcr.io/d34dman/notification-server:main

Credits

Contributed and maintained by @d34dman