mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19, and Vite. Migrate all documentation content to MDX under content/docs/. Add full src/ app with React components, routing, search, and API page. Remove Korrektly integration from CI/CD workflows, Dockerfile, and env vars. Update build pipeline to output to .output/public instead of docs/.vitepress/dist.
20 lines
746 B
Plaintext
20 lines
746 B
Plaintext
---
|
|
title: "Diun"
|
|
description: "Docker Image Update Notifier."
|
|
og:
|
|
description: "Monitor Docker images on Coolify with Diun for automatic update notifications, registry tracking, and container version management alerts."
|
|
category: "Monitoring"
|
|
icon: "/docs/images/services/diun-logo.svg"
|
|
---
|
|
|
|
<ZoomImage src="/docs/images/services/diun-logo.webp" alt="Diun Logo logo" />
|
|
|
|
## What is Diun?
|
|
|
|
Docker Image Update Notifier is a CLI application written in Go and delivered as a single executable (and a Docker image) to receive notifications when a Docker image is updated on a Docker registry.
|
|
|
|
## Links
|
|
|
|
- [The official website](https://crazymax.dev/diun/?utm_source=coolify.io)
|
|
- [GitHub](https://github.com/crazy-max/diun?utm_source=coolify.io)
|