Add information for webclient and screenshot

This commit is contained in:
Robert Schumann
2018-01-01 18:30:36 +01:00
parent 6a2297f68a
commit 117f806d5a
2 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,11 @@ docker pull gutmensch/raumserver
docker run --net=host -ti gutmensch/raumserver start.sh
```
## Version and zone config
## WebClient
This image now features a simple AJAX webclient. By default it should be available after running the image at http://docker:3535/. The Quick Source menu is not yet dynamic. Take a look at the top of main.js, if you want to rebuild - Playlists and HTTP Streams are supported, I didn't get containers to work (see loadContainer in the raumserver documentation). The client's interface was designed to be as suitable for smartphones/tablets as possible, therefor some constraints with regards to line length etc. pp.
![webclient](https://github.com/gutmensch/docker-raumserver/raw/master/images/screenshot.png "Webclient Screenshot")
## Raumserver version and zone config
```
$ curl docker:3535/raumserver/data/getVersion | python -mjson.tool
{

BIN
images/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB