Sign inSign up

foorschtbar/hyperion

By foorschtbar

•Updated about 20 hours ago

Docker Container for Hyperion.ng

Image
11

100K+

foorschtbar/hyperion repository overview

⁠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: foorschtbar/hyperion
    container_name: hyperion
    # privileged: true # for PWM
    ports:
      - 8090:8090
      - 8092:8092
      - 19400:19400
      - 19444:19444
      - 19445:19445
    volumes:
      - ./config/:/root/.hyperion
    devices:
      - /dev/video0:/dev/video0
    # - /dev/spidev0.0:/dev/spidev0.0 # for SPI
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:23ab5dcbe…

Size

246.6 MB

Last updated

7 days ago

docker pull foorschtbar/hyperion