Configuration files for demo.orthanc-server.com

Hi,
Is there a place that the configuration of

https://demo.orthanc-server.com/

is publicly available?

I have to major issues:

  1. I cannot disable http basic authentication completely but it is somehow implemented on the demo server. I need it for test purposes.
    Setting RemoteAccessAllowed = true, AuthenticationEnabled = false does create some default user:

W1012 19:13:24.083315 main.cpp:961] Remote access is allowed but “AuthenticationEnabled” is not in the configuration, automatically enabling HTTP authentication for security
W1012 19:13:24.083320 main.cpp:987] ====> HTTP authentication is enabled, but no user is declared. Creating a default user: Review your configuration option “RegisteredUsers”. Your setup is INSECURE <====

  1. I am curious what is the exact dicom-web configuration because I have issues with the integration with the Weasis 4 dicom viewer. The viewer imports the studies via dicom-web but not importing the studies from my test server. On the other side it works on the https://demo.orthanc-server.com/dicom-web server

I can find the patients but the following error appears when I try to load the files in the

viewer:

E1012 17:06:07.915083 PluginsManager.cpp:153] Unsupported return MIME type: text/html, image/gif, image/jpeg, *; q=.2, /; q=.2, will return DICOM+JSON
E1012 17:06:07.936658 PluginsManager.cpp:153] Unsupported return MIME type: text/html, image/gif, image/jpeg, *; q=.2, /; q=.2, will return DICOM+JSON

Thank you in advance,
Nikolay

Hi,

There’s nothing special in the demo server config (attached).

and it is started with this command line: docker run --name orthanc_demo
-p 4444:4242 -p 8044:8042
-v ${CONFIG}/orthanc_demo.json:/etc/orthanc/orthanc.json:ro
-v ${CONFIG}/orthanc_demo.lua:/etc/orthanc/orthanc.lua:ro
-v /home/jodogne/DockerStorage/Demo:/var/lib/orthanc/db/
jodogne/orthanc-plugins:1.10.1

HTH,

Alain

orthanc_demo.json (12.8 KB)

orthanc_demo.lua (346 Bytes)