This file is indexed.

/usr/share/mopidy/mopidy/frontends/http/data/index.html is in mopidy 0.17.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Mopidy HTTP frontend</title>
    <link rel="stylesheet" type="text/css" href="mopidy.css">
  </head>
  <body>
    <div class="box focus">
      <h1>Mopidy HTTP&nbsp;frontend</h1>

      <p>This web server is a part of the music server Mopidy. To learn more
      about Mopidy, please visit
      <a href="http://www.mopidy.com/">www.mopidy.com</a>.</p>
    </div>

    <div class="box">
      <h2>Static content serving</h2>

      <p>To see your own content instead of this placeholder page, change the
      setting <tt>HTTP_SERVER_STATIC_DIR</tt> to point to the directory
      containing your static files. This can be used to host e.g. a pure
      HTML/CSS/JavaScript Mopidy client.</p>

      <p>If you replace this page with your own content, the Mopidy resources
      at <a href="/mopidy/">/mopidy/</a> will still be available.</p>
    </div>
  </body>
</html>