diff options
author | Alexander Ryzhov <gtihub@ryzhov-al.ru> | 2015-08-06 06:18:04 +0000 |
---|---|---|
committer | Alexander Ryzhov <gtihub@ryzhov-al.ru> | 2015-08-06 06:18:04 +0000 |
commit | cc1a178ab91022a1cf95149f0b13780adc994da0 (patch) | |
tree | bcec278647972b3bf83feb76ffb84c925c7a9deb | |
parent | Merge pull request #170 from ChrisMissal/patch-1 (diff) | |
download | awesome-selfhosted-cc1a178ab91022a1cf95149f0b13780adc994da0.tar.gz awesome-selfhosted-cc1a178ab91022a1cf95149f0b13780adc994da0.zip |
Subsonic: add Demo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -372,7 +372,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Mopidy](http://mopidy.readthedocs.org/) - Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc. ([Source code](https://github.com/mopidy/mopidy)) `Apache` `Python` * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GPLv2` `C++` * [Sonerezh](https://www.sonerezh.bzh/) - A self-hosted, web-based application for stream your music, everywhere. ([Demo](https://www.sonerezh.bzh/demo/), [Documentation](https://www.sonerezh.bzh/docs/), [Source code](https://github.com/sonerezh/sonerezh)) `GPLv3` `PHP` - * [Subsonic](http://subsonic.org/) - Open-source web-based media streamer and jukebox ([Source code](https://github.com/EugeneKay/subsonic)) `GPLv3` `Java` + * [Subsonic](http://subsonic.org/) - Open-source web-based media streamer and jukebox ([Demo](http://demo.subsonic.org/login.view?user=guest4&password=guest), [Source code](https://github.com/EugeneKay/subsonic)) `GPLv3` `Java` |