# HG changeset patch # User Alain Mazy # Date 1598526301 -7200 # Node ID 9c5263c89272dd1ac4fbc5673ddc9ae07efe0c6e # Parent 5bb6bc85f99f9b05a6e34c81b71893461ad02c78 added default lua scripts diff -r 5bb6bc85f99f -r 9c5263c89272 Sphinx/source/users/docker-osimis.rst --- a/Sphinx/source/users/docker-osimis.rst Mon Jul 13 12:08:46 2020 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Thu Aug 27 13:05:01 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 -------