Update README.rst
This commit is contained in:
parent
3fd54d202d
commit
c3b9bb0f14
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user