Skip to content

ccmpbll/hyperhdr-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hyperhdr-docker

Image Build Status Docker Image Size Docker Pulls

Docker image for HyperHDR, automatically built and published to Docker Hub whenever new releases are made upstream.

Usage

services:
  hyperhdr:
    image: ccmpbll/hyperhdr:latest
    container_name: hyperhdr
    network_mode: host
    devices:
      - /dev/video0:/dev/video0
    environment:
      - TZ=America/New_York
    volumes:
      - ./config:/config
    restart: unless-stopped

To pin a specific version, replace latest with any available tag:

image: ccmpbll/hyperhdr:22.0.0beta2

Tags

Tag Description
latest Latest stable release
beta Latest beta release
21.0.0.0 Specific stable version
22.0.0beta2 Specific beta version

All available tags can be found on Docker Hub.

Ports

Port Protocol Description
8090 TCP HTTP Web UI
8092 TCP HTTPS Web UI
19400 TCP Flatbuffers Server
19444 TCP JSON Server
19445 TCP Protocol Buffers Server
19333 TCP Boblight Server
5568 UDP UDP RAW Receiver

Supported Architectures

  • linux/amd64
  • linux/arm64

Automatic Updates

A GitHub Actions workflow checks for new HyperHDR releases daily and builds images for the 5 most recent versions (including betas). The latest tag always points to the newest stable release.

About

Automated Docker builds for HyperHDR, synced daily from upstream releases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors