https://github.com/d34dman/ddev-notification-server
https://github.com/d34dman/ddev-notification-server
ddev-addon ddev-get drupal
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d34dman/ddev-notification-server
- Owner: d34dman
- License: apache-2.0
- Created: 2025-06-17T15:45:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T19:13:06.000Z (7 months ago)
- Last Synced: 2025-08-27T03:16:17.345Z (7 months ago)
- Topics: ddev-addon, ddev-get, drupal
- Language: Shell
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://addons.ddev.com)
[](https://github.com/d34dman/ddev-notification-server/actions/workflows/tests.yml?query=branch%3Amain)
[](https://github.com/d34dman/ddev-notification-server/commits)
[](https://github.com/d34dman/ddev-notification-server/releases/latest)
# DDEV Notification Server
## Overview
This add-on integrates Notification Server into your [DDEV](https://ddev.com/) project.
## Installation
```bash
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:
```bash
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](https://github.com/d34dman)**