Skip to content

Getting Started

For quick setup instructions, see the README.

For development and contributing guidelines, see CONTRIBUTING.md.

Overview

DIUN Webhook Dashboard is a Go web app that receives DIUN webhook events and shows Docker image updates in a modern React dashboard. Events are persisted to SQLite so they survive restarts.

Features

  • Receives DIUN webhooks at POST /webhook
  • Serves a React SPA dashboard at /
  • REST API for updates, tags, and acknowledgements
  • Persistent storage via SQLite
  • Tag/group system to organize images
  • Dismiss (acknowledge) updates you've reviewed
  • Optional webhook authentication via WEBHOOK_SECRET