Sign inSign up

marcaurele/logitechmediaserver

By marcaurele

Updated almost 3 years ago
Archived

Logitechmediaserver aka squeezeboxserver

Image
0

1.8K

marcaurele/logitechmediaserver repository overview

Logitech Media Server

A container for LogitechMediaServer (aka squeezebox server). The image is using a systemuser.

Ports

3 ports are exposed for the logitechmediaserver:

  • 9000: http interface
  • 9090: slim cli
  • 3483: slim protocol (udp & tcp)

The easiest configuration is to use the host network to map the ports directly on the host and have a functional broadcast. If you want to use the bridge mode you will have to configure all your clients to point to the server.

Directories

There are 3 directories to mount:

  • /config: for the server configuration, logs, plugins
  • /music: for the music folder
  • /playlists: to store the playlists

Execution

To run the image binding all the ports to the host:

docker run --rm --network host marcaurele/logitechmediaserver

By binding the ports using a bridge:

docker run --rm -p 9000:9000 -p 9090:9090 -p 3483:3483 -p 3483:3483/udp marcaurele/logitechmediaserver

Source

The source file is located at https://gitlab.com/marcaurele/containers/-/blob/main/logitechmediaserver/Dockerfile

Tag summary

Content type

Image

Digest

sha256:932d04f13

Size

96.9 MB

Last updated

almost 3 years ago

docker pull marcaurele/logitechmediaserver