Skip to content

Log1x/docker-madsonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Madsonic 7.0 Beta Alpine Docker Image

Docker Cloud Build Status Docker Pulls Docker Stars

Madsonic is a web-based media streamer and jukebox Server. Based on Java technology, Madsonic runs on most platforms, including Windows, Mac, Linux, OSX, and Unix variants.

Usage

$ docker run -d \
  -p 4040:4040 \
  -p 4050:4050 \
  --name=<container name> \
  -e CONTEXT_PATH=<root path> \
  -e SSL=<yes|no> \
  -e TZ=America/Chicago \
  -v <path for music files>:/music \
  -v <path for podcast files>:/podcasts \
  -v <path for playlist files>:/playlists \
  -v <path for data files>:/data \
  log1x/madsonic

unRAID

Add the following template repository to unRAID:

https://github.com/log1x/docker-templates

Web UI

  • HTTP: http://<host>:4040
  • HTTPS:: https://<host>:4050

Bug Reports

If you discover a bug in docker-madsonic, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

docker-madsonic is provided under the MIT License.