ChannelWatch monitors Channels DVR logs and sends Pushover notifications. Minimal resource usage.
7.9K
ChannelWatch is a self-hosted monitoring and notification dashboard for Channels DVR.
It watches DVR activity, recording events, VOD playback, disk space, and service health from a single container. The v0.9 release adds multi-DVR setup, first-run discovery, per-DVR status, notification routing, delivery history, backup and restore, health checks, metrics, an in-app Update Center, and a maintained Unraid template.
coderluii/channelwatchghcr.io/coderluii/channelwatchRecommended tags:
latest for the newest stable image0.9.10 for the v0.9.10 releaseservices:
channelwatch:
image: coderluii/channelwatch:latest
container_name: channelwatch
ports:
- "8501:8501"
volumes:
- ./config:/config
environment:
TZ: America/Los_Angeles
CHANNELWATCH_SECRET_STORAGE_KEY: "${CHANNELWATCH_SECRET_STORAGE_KEY:?set a unique value of at least 32 characters}"
PUID: "1000"
PGID: "1000"
restart: unless-stopped
Open http://localhost:8501 after the container starts.
Use v0.9.10 or newer for the repaired v0.9 image line. If you pulled v0.9.9, update to v0.9.10 because it repairs the container startup path and settings migration durability.
After installing a version with Update Center support through Docker, Unraid, Compose, or Helm, compatible app-only releases can be checked, verified, backed up, applied, and rolled back from Settings > Updates.
Releases that change the container runtime still require a normal image update. ChannelWatch will show container image update required when that is the safe path.
ChannelWatch stores its settings, logs, database, backups, and encryption key under /config. Set CHANNELWATCH_SECRET_STORAGE_KEY to a unique value of at least 32 characters so new local secret files are written with envelope encryption.
DVR setup is easiest through the web UI. For bootstrap-only deployments, CHANNELS_DVR_SERVERS supports comma-separated Name@host:port entries.
Content type
Image
Digest
sha256:f84097671…
Size
74.4 MB
Last updated
21 days ago
docker pull coderluii/channelwatch