Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

An unRAID-ready Madsonic 7.0 Docker Image
https://github.com/log1x/docker-madsonic

airsonic alpine-image docker-image dockerfile subsonic unraid unraid-plugin unraid-plugins

Last synced: 12 days ago
JSON representation

An unRAID-ready Madsonic 7.0 Docker Image

Awesome Lists containing this project

README

        

# Madsonic 7.0 Beta Alpine Docker Image

![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/log1x/madsonic?style=flat-square)
![Docker Pulls](https://img.shields.io/docker/pulls/log1x/madsonic?style=flat-square)
![Docker Stars](https://img.shields.io/docker/stars/log1x/madsonic?style=flat-square)

[Madsonic](http://beta.madsonic.org/pages/index.jsp) 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

```bash
$ docker run -d \
-p 4040:4040 \
-p 4050:4050 \
--name= \
-e CONTEXT_PATH= \
-e SSL= \
-e TZ=America/Chicago \
-v :/music \
-v :/podcasts \
-v :/playlists \
-v :/data \
log1x/madsonic
```

### unRAID

Add the following template repository to unRAID:

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

### Web UI

- **HTTP:** `http://:4040`
- **HTTPS:**: `https://:4050`

## Bug Reports

If you discover a bug in docker-madsonic, please [open an issue](https://github.com/log1x/docker-madsonic/issues).

## 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](https://github.com/log1x/docker-madsonic/blob/master/LICENSE.md).