X-Git-Url: https://git.cweiske.de/playVideoOnDreamboxProxy.git/blobdiff_plain/34daea5a682bd5b5a95e22964d3fa1e1a3e7837b..c1e0e9b0db08fa917d3a5ef474e6f3e316ccf672:/README.rst diff --git a/README.rst b/README.rst index b5bd181..0ff7a5e 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,11 @@ or IP address by creating a config file in ``data/config.php``. Simply copy ``data/config.php.dist`` onto ``data/config.php`` and adjust it. +If your dreambox web interface is password protected, add the username +and password to the ``$dreamboxUrl`` configuration variable:: + + $dreamboxUrl = 'http://user:pass@dreambox'; + ===== Usage