diff --git a/README.rst b/README.rst index d7ad2a1..4c97177 100644 --- a/README.rst +++ b/README.rst @@ -29,12 +29,11 @@ Add a line *mopidy.frontends.http.HttpFrontend* to the FRONTENDS section of your Something like this: -FRONTENDS = ( +FRONTENDS = ( 'mopidy.frontends.mpd.MpdFrontend', 'mopidy.frontends.http.HttpFrontend', 'mopidy.frontends.lastfm.LastfmFrontend', - 'mopidy.frontends.mpris.MprisFrontend', -) + 'mopidy.frontends.mpris.MprisFrontend' ) HTTP_SERVER_HOSTNAME = u'0.0.0.0' HTTP_SERVER_PORT = 6680 HTTP_SERVER_STATIC_DIR = u'/opt/webclient' @@ -44,4 +43,4 @@ Then point your browser (modern, with websockets: recent versions of Firefox, Ch Security ======== -(Note from Mopidy:) Note that the HTTP frontend does not feature any form of user authentication or authorization. Anyone able to access the web server can use the full core API of Mopidy. Thus, you probably only want to make the web server available from your local network or place it behind a web proxy which takes care or user authentication. You have been warned. \ No newline at end of file +(Note from Mopidy:) Note that the HTTP frontend does not feature any form of user authentication or authorization. Anyone able to access the web server can use the full core API of Mopidy. Thus, you probably only want to make the web server available from your local network or place it behind a web proxy which takes care or user authentication. You have been warned.