Hi friends, first i want to say i love orthanc.
I have orthanc running in debian 12 with the authentification service running very well, i can share studies with the software.
My question is, is there a way to configure auth service to make custom links, when i share a file i have to manually chage the http://localhost – to my custom domain in order for my patients to have access to my web server from their network.
I will preciate the help. Thanks for doing orthanc within the reach of us (the simple mortals)
Hi @roda1999
There’s a bunch of environment variables starting with 'PUBLIC_'
that should do the trick.
Even if you are not using Docker, you can still use these variables.
HTH,
Alain
Thanks Mr alain, i will try and let you know. I am currently using a temporary fix ahahaahh, i create small html code that ping my localdomain instead of localhost, very rustic solution ahahah i will use your suggestion. thanks.
Man, you are genious, 2 minutes later my links are fixed.
For next man willing to change localhost to custom domain.
/orthanc-auth-service-main/minimal-setup/docker-compose.yml
down to orthanc auth service
change public orthanc root to your local domain (keep /shares/
change public landing root for your local domain (keep evertyhing from /shares…
thanks