Update README.rst

This commit is contained in:
woutervanwijk 2013-03-14 23:40:59 +01:00
parent 3fd54d202d
commit c3b9bb0f14

View File

@ -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.
(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.