Birthday alerts from Radicale CardDAV to ntfy.
686
A lightweight Python-based birthday monitoring tool that syncs with your Radicale CardDAV address book and sends real-time alerts via ntfy when a contact's birthday is today.
docker run -d \
--name birthday-monitor \
--restart always \
-e RADICALE_URL=https://your-radicale-server.com/user/addressbook/ \
-e RADICALE_USER=your_username \
-e RADICALE_PASS=your_password \
-e NTFY_URL=https://ntfy.sh/your_topic \
-e TZ=Europe/Budapest \
nurefexc/radicale-ntfy-birthday-alert:latest
| Variable | Required | Default | Description |
|---|---|---|---|
RADICALE_URL | ✅ | - | Full URL to your Radicale address book |
RADICALE_USER | ✅ | - | Radicale username |
RADICALE_PASS | ✅ | - | Radicale password |
NTFY_URL | ✅ | - | ntfy topic URL |
NTFY_TOKEN | ❌ | - | ntfy auth token |
TZ | ❌ | UTC | System timezone |
No mounts required – the container communicates with Radicale via HTTP/HTTPS.
No ports required – only outbound HTTP connections to the Radicale server and ntfy.
linux/amd64Content type
Image
Digest
sha256:798039330…
Size
45.1 MB
Last updated
5 months ago
docker pull nurefexc/radicale-ntfy-birthday-alert