Stars: 765
Forks: 128
Pull Requests: 75
Issues: 318
Watchers: 54
Last Updated: 2023-01-14 05:30:57
A self-hosted, web-based application to stream your music, everywhere.
License: GNU Affero General Public License v3.0
Languages: PHP, Shell, CSS, JavaScript, Batchfile
Sonerezh is a self-hosted web application which allows you to listen to your music, from anywhere.
All you have to do is to specify where your music is stored, and Sonerezh will build its database based on the audio file's metadata. Then you can browse your music library through a simple and intuitive Web UI.
➡️ Let's try the latest version on sonerezh.bzh/demo!
Follow us on Twitter if you like the project, and don't forget to support it making a donation.
The standard installation instruction are available in the documentation on sonerezh.bzh. If you want to contribute to the project or if you prefer to use Git and Composer you can follow the steps below.
You must have Composer installed and ready to download the Sonerezh's
dependencies. You will also need PHP (obviously) and at least php-mysql
or
php-pgsql
and php-gd
.
Download the sources:
$ git clone https://github.com/Sonerezh/sonerezh.git
Download the dependencies:
$ cd sonerezh
$ composer install
You should be good to run Sonerezh using:
$ cd app/webroot
$ CAKEPHP_DEBUG=1 php -S localhost:8080
Note: you may have some issues to display the cover arts using the built-in PHP server.