# HG changeset patch # User Alain Mazy # Date 1648225848 -3600 # Node ID 21a522ca4ce970ae779f001ea477dd539e51083d # Parent 6787e8af43169a772dd261630d298b305eb94573 osimis/orthanc Docker: links to Github diff -r 6787e8af4316 -r 21a522ca4ce9 Sphinx/source/users/docker-osimis.rst --- a/Sphinx/source/users/docker-osimis.rst Fri Mar 25 17:00:43 2022 +0100 +++ b/Sphinx/source/users/docker-osimis.rst Fri Mar 25 17:30:48 2022 +0100 @@ -78,7 +78,7 @@ ``ORTHANC__DICOM_WEB__STUDIES_METADATA`` Note that, this automatic rule might fail because of 2 capital letters one after each other in some -Orthanc settings. Therefore, there are some `exceptions `__ to this rule +Orthanc settings. Therefore, there are some `exceptions `__ to this rule that are however quite intuitive. Special environment variables @@ -238,7 +238,7 @@ be loaded by Orthanc automatically. You'll have to add them to the ``"LuaScripts"`` configuration if you want to use them. -`/lua-scripts/filter-http-tools-reset.lua `__ +`/lua-scripts/filter-http-tools-reset.lua `__ can be used to regenerate the ``/tmp/orthanc.json`` configuration file that is loaded by Orthanc every time you POST to ``/tools/reset``. Note that it declares an ``IncomingHttpRequestFilter`` callback that might conflict with your scripts. @@ -246,7 +246,7 @@ Healthcheck probe ----------------- -In version 21.10.0, the `/probes/test-aliveness.py `__ +In version 21.10.0, the `/probes/test-aliveness.py `__ script has been added in order to perform healthchecks. Check the doc in the script itself for more details. A sample configuration is also available in `this sample `__ @@ -381,6 +381,6 @@ Under the hood -------------- -The source code that is used to generate the image can be found `here `__. +The source code that is used to generate the image can be found `here `__. -The Python script that is used at startup can be found `here `__ +The Python script that is used at startup can be found `here `__