Orthanc server from Docker container - user and password

Hello,

I prepared docker container like that:

services:
  orthanc:
    container_name: "orthanc"
    image: jodogne/orthanc-plugins:1.7.1
    command: /etc/orthanc/
    ports:
      - 4242:4242
      - 8042:8042

On /etc/orthanc/ I have my default orthanc.json file.
I changed from false to true:

“RemoteAccessAllowed” : true,

After running docker-cointers on localhost:8042 I have to sign in using username and password but I dont want to have it.
What should I change to my Orthanc Server works without sign in?
It works like that (without login) when I install it normally on my Ubuntu but I have to have it on docker-container and with that configuration I have sign panel.

Hi,

You can just set “AuthenticationEnabled”: false. BTW, beware of the non-secured setup: https://book.orthanc-server.com/faq/security.html?highlight=security#id3

Best regards,

Alain.

I changed it and it doesnt work.
Do you have any other idea?

W dniu wtorek, 9 czerwca 2020 12:50:57 UTC+2 użytkownik Alain Mazy napisał:

I’m closing this thread, as you opened another one:
https://groups.google.com/forum/#!msg/orthanc-users/yDYyNkNjY_4/fesaQcsrAgAJ

Please don’t open multiple threads to discuss the same issue.

Sébastien-