This file is indexed.

/etc/orthanc/serve-folders.json is in orthanc 1.3.1+dfsg-1build2.

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
{
  /**
   * Configuration of the ServeFolders plugin, that can be used to
   * serve additional folders through the embedded Web server of
   * Orthanc. This is especially useful to avoid problems related to
   * the same-origin policy when developing Web applications in
   * JavaScript on the top of the REST API of Orthanc.
   * 
   * The commented example would serve the documentation of the plugin
   * SDK at the URL http://localhost:8042/doc/index.html
   **/
  "ServeFolders" : {
    // "/doc" : "/usr/share/doc/orthanc/OrthancPlugin"
  }
}