Skip to content

explodingcamera/docker-ledfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LedFX Docker

Simple Docker container for LedFX.

ghcr.io/explodingcamera/ledfx:latest
docker.io/explodingcamera/ledfx:latest

Only tested using /dev/snd/, should work with pulseaudio as well.

Tags

  • latest - Latest stable release
  • v2.x.x - Specific release version (updated weekly)

Usage

Docker

docker run -d \ --name ledfx \ --restart=always \ # instead of binding the port, you can use --net=host # which will also allow ledfx to discover your devices -p 8888:8888 \ -e PUID=1000 \ -e PGID=1000 \ # e.g give access to a usb sound card --device=/dev/snd \ -v /path/to/config:/home/ledfx/.ledfx/config.json \ ghcr.io/explodingcamera/ledfx:latest

Environment variables

  • PUID - User ID (default: 1000)
  • PGID - Group ID (default: 1000)

About

ledfx

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages