Sign inSign up

neuroticdave/madsonic

By neuroticdave

•Updated over 9 years ago

Alpine Linux + openjdk8 + MadSonic 6.1.8280 + bash

Image
0

380

neuroticdave/madsonic repository overview

⁠What is Madsonic?

Madsonic is an open-source web-based media streamer and jukebox based on Subsonic. Supports MP3, OGG, AAC and other streamable audio and video formats.

⁠Environment variables
  • GID : Madsonic group id.
  • UID : Madsonic user id.
⁠Volumes
  • /musics : your music files
  • /data : Madsonic data
  • /playlists : Madsonic playlists
⁠Docker Compose (example)
subsonic:
  image: neuroticdave/madsonic
  volumes: 
    - /mnt/music:/musics
    - /mnt/subsonic:/data
    - /mnt/playlists:/playlists
  environment:
    - GID=1000
    - UID=1000

Tag summary

Content type

Image

Digest

Size

149.2 MB

Last updated

over 9 years ago

docker pull neuroticdave/madsonic:6.1.8280