A Mobile friendly Subsonic Jukebox manager
3.0K
This repo is now Abandoned in favor of using nextcloud deck, please fork and fix any issues you have.
A Subsonic Jukebox manager, it has base functions to add tracks and start or stop. I plan to build out the other functions as I find time, or I get PRs.
This is a PHP app, so you will need a web server that runs PHP 7.1.
$ git clone https://github.com/mhzawadi/subsonic_jukebox.git
$ cd subsonic_jukebox
$ composer install
$ cp src/config/comfig.example.php src/config/config.php
You can pull my docker image and have it setup in no time
wget https://github.com/mhzawadi/subsonic_jukebox/blob/master/docker-compose.yml
docker-compose up -d
You can use following tags on Docker hub:
latest - latest stable releasev0.0.7 - latest stable release for the 0.0.7Latest is build from the docker hub once I push to the github repo, the arm versions are built from my mac with the below buildx tool
docker buildx build --platform linux/amd64,linux/arm64 -t mhzawadi/subsonic_jukebox:v0.0.7 --push .
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Content type
Image
Digest
Size
11.4 MB
Last updated
over 4 years ago
docker pull mhzawadi/subsonic_jukebox