changeset 1239:93c3ceed78fa

plugins
author Alain Mazy <am@orthanc.team>
date Fri, 05 Dec 2025 15:58:07 +0100
parents 779e3ed3325e
children e9292c85293c 6d9124748055
files Sphinx/source/users/docker-orthancteam.rst
diffstat 1 files changed, 18 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/docker-orthancteam.rst	Fri Dec 05 15:41:56 2025 +0100
+++ b/Sphinx/source/users/docker-orthancteam.rst	Fri Dec 05 15:58:07 2025 +0100
@@ -288,7 +288,6 @@
 
 .. below table is obtained by running orthanc-builder/docker/orthanc/generatePluginDoc.py
 
-
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
 | Plugin                                           | Environment variable                             | Default configuration                                                                              |
 +==================================================+==================================================+====================================================================================================+
@@ -367,8 +366,7 @@
 |                                                  |                                                  |                                                                                                    |
 |                                                  |                                                  |   {                                                                                                |
 |                                                  |                                                  |     "Worklists": {                                                                                 |
-|                                                  |                                                  |       "Enable": true,                                                                              |
-|                                                  |                                                  |       "Database": "/var/lib/orthanc/worklists"                                                     |
+|                                                  |                                                  |       "Enable": true                                                                               |
 |                                                  |                                                  |     }                                                                                              |
 |                                                  |                                                  |   }                                                                                                |
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
@@ -398,6 +396,14 @@
 |                                                  |                                                  |     }                                                                                              |
 |                                                  |                                                  |   }                                                                                                |
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **Education**                                    | ``EDUCATION_PLUGIN_ENABLED``                     | .. code-block:: json                                                                               |
+|                                                  |                                                  |                                                                                                    |
+|                                                  |                                                  |   {                                                                                                |
+|                                                  |                                                  |     "Education": {                                                                                 |
+|                                                  |                                                  |       "Enable": true                                                                               |
+|                                                  |                                                  |     }                                                                                              |
+|                                                  |                                                  |   }                                                                                                |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
 | **Wsi**                                          | ``WSI_PLUGIN_ENABLED``                           |                                                                                                    |
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
 | **Odbc**                                         | ``ODBC_PLUGIN_ENABLED``                          | .. code-block:: json                                                                               |
@@ -493,6 +499,15 @@
 |                                                  |                                                  |     }                                                                                              |
 |                                                  |                                                  |   }                                                                                                |
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **PixelsMasker**                                 | ``PIXELS_MASKER_PLUGIN_ENABLED``                 | .. code-block:: json                                                                               |
+|                                                  |                                                  |                                                                                                    |
+|                                                  |                                                  |   {                                                                                                |
+|                                                  |                                                  |     "PixelsMasker": {                                                                              |
+|                                                  |                                                  |       "Enable": true                                                                               |
+|                                                  |                                                  |     }                                                                                              |
+|                                                  |                                                  |   }                                                                                                |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+
 Under the hood
 --------------