Inexistent path to plugins

Hello everyone. I’m trying to install the osimis viewer but when I specify a plugin path, it keeps telling me that the path is inexistent. I’ve checked the path, and I’ve checked the permissions. Can anyone else help give me some insight into what might cause this issue? I’m running it through docker, can it be another weird access issue because of that?

I’ve also tried pointing to the directory and directly to the plugin. No luck either way.

I’m a bit stuck right now so any help anyone can give me, it would be hugely appreciated.

Hi,

Enabling the OsimisWebViewer with the osimis/orthanc Docker images is as easy as setting the environment variable OSIMIS_WEB_VIEWER1_PLUGIN_ENABLED to true.

docker run -p 8042:8042 -e OSIMIS_WEB_VIEWER1_PLUGIN_ENABLED=true osimis/orthanc

Full documentation here: https://book.orthanc-server.com/users/docker-osimis.html

HTH

Alain