iTunes Firefly Media Server for the LAN.
10K+
This is a legacy image, discontinued after 0.26.4+dfsg1 in 2020. A compatible replacement is at owntone/owntone. You can launch that image using the helm chart provided here.
This is Ron Pedde's Firefly Media server which implements the Digital Audio Access Protocol for serving MP3 and other audio media formats from a directory mounted to this container onto a LAN.
Devices such as Roku, Sonos and other brands of audio players or applications such as the Amarok music play for Linux will be able to connect to this service using mDNS/DNS-SD (Avahi).
Requires --net=host in order to support mDNS. See the kubernetes.yaml or helm / docker-compose.yml file for examples. To start, set environment variables as desired and invoke this:
docker-compose up -d
or under Kubernetes customize Makefile.vars and invoke make after cloning this repo:
git clone https://github.com/instantlinux/docker-tools.git
cd docker-tools/k8s
make mt-daapd
Volume attachments: mount the media as /srv/music; add an index cache mount /var/cache/forked-daapd and a log path /var/log if avahi logging is desired. Most activity is logged to the container's standard output.
| Variable | Default | Description |
|---|---|---|
| SERVER_BANNER | Firefly Media on Ubuntu | Name of service |
If you want to make improvements to this image, see CONTRIBUTING.
Content type
Image
Digest
Size
95.6 MB
Last updated
over 4 years ago
docker pull instantlinux/mt-daapd