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.
$ 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
Add the following template repository to unRAID:
https://github.com/log1x/docker-templates
- HTTP:
http://<host>:4040
- HTTPS::
https://<host>:4050
If you discover a bug in docker-madsonic, please open an issue.
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
docker-madsonic is provided under the MIT License.