Log1x / docker-madsonic

An unRAID-ready Madsonic 7.0 Docker Image

Home Page:https://cloud.docker.com/repository/docker/log1x/madsonic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An unRAID-ready Madsonic 7.0 Docker Image

https://cloud.docker.com/repository/docker/log1x/madsonic

License:MIT License


Languages

Language:Dockerfile 75.4%Language:Shell 24.6%