Skip to content

9000000/hyperion-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperion.ng Docker Image

Multi-Arch/Multi-Platform Docker Container for hyperion.ng. Hyperion is an opensource Bias or Ambient Lighting implementation which you might know from TV manufacturers. It supports many LED devices and video grabbers.

Usage

Example docker-compose configuration:

services:
  hyperion:
    image: matrix37/hyperion:nightly
    container_name: hyperion
    # privileged: true # for PWM
    ports:
      - 8095:8090
      - 8093:8092
      - 19410:19400
      - 19454:19444
      - 19455:19445
    volumes:
      - ./config/:/root/.hyperion:rw
    #devices:
    # - /dev/video0:/dev/video0
    # - /dev/spidev0.0:/dev/spidev0.0 # for SPI
    restart: unless-stopped
    network_mode: host

About

Hyperion Docker Image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 69.9%
  • Shell 30.1%