Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/log1x/docker-madsonic
- Owner: Log1x
- License: mit
- Created: 2019-08-03T10:02:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T21:08:11.000Z (over 5 years ago)
- Last Synced: 2024-10-29T13:56:01.381Z (2 months ago)
- Topics: airsonic, alpine-image, docker-image, dockerfile, subsonic, unraid, unraid-plugin, unraid-plugins
- Language: Dockerfile
- Homepage: https://cloud.docker.com/repository/docker/log1x/madsonic
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).