# HG changeset patch # User Sebastien Jodogne # Date 1598646162 -7200 # Node ID 826032d7cb840c9dc1ae6b81d7ce2c9b558c72a8 # Parent c4604a6c2193bb0af946873f20c37fc8c78382bd# Parent 7daa331a91a91f747538da15e79ff30f3eb8d4f4 merge diff -r 7daa331a91a9 -r 826032d7cb84 Sphinx/source/users/docker-osimis.rst --- a/Sphinx/source/users/docker-osimis.rst Fri Aug 28 22:22:29 2020 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Fri Aug 28 22:22:42 2020 +0200 @@ -229,6 +229,19 @@ } +Default lua scripts +------------------- + +Some lua scripts are already loaded in the image but are not configured to +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 `__ +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. + + Plugins -------