diff options
author | Edward D <ed.kickball@hotmail.com> | 2015-08-06 23:09:40 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2015-08-06 23:09:40 +0000 |
commit | 9fcfeaca912a6358deec6a33b7b2dbf9a6f3b029 (patch) | |
tree | 480ecbc962a31656ef3ebfcd94b755d577df4433 | |
parent | Merge pull request #179 from pguth/patch-1 (diff) | |
parent | Subsonic: add Demo (diff) | |
download | awesome-selfhosted-9fcfeaca912a6358deec6a33b7b2dbf9a6f3b029.tar.gz awesome-selfhosted-9fcfeaca912a6358deec6a33b7b2dbf9a6f3b029.zip |
Merge pull request #176 from ryzhovau/subsonic-demo
Add Subsonic Demo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -378,7 +378,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [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` |