# HG changeset patch # User Alain Mazy # Date 1759409910 -7200 # Node ID d0c46b494987fe54736bf016ce0daaf288a0f360 # Parent 0c5918ada304ce1641993c4596530a7b4a7f5887 plugins doc diff -r 0c5918ada304 -r d0c46b494987 Sphinx/source/users/docker-orthancteam.rst --- a/Sphinx/source/users/docker-orthancteam.rst Mon Sep 29 10:12:33 2025 +0200 +++ b/Sphinx/source/users/docker-orthancteam.rst Thu Oct 02 14:58:30 2025 +0200 @@ -390,6 +390,14 @@ +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ | **MultitenantDicom** | ``MULTITENANT_DICOM_PLUGIN_ENABLED`` | | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ +| **AdvancedStorage** | ``ADVANCED_STORAGE_PLUGIN_ENABLED`` | .. code-block:: json | +| | | | +| | | { | +| | | "AdvancedStorage": { | +| | | "Enable": true | +| | | } | +| | | } | ++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ | **Wsi** | ``WSI_PLUGIN_ENABLED`` | | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ | **Odbc** | ``ODBC_PLUGIN_ENABLED`` | .. code-block:: json | @@ -459,7 +467,7 @@ | | | { | | | | "OrthancExplorer2": { | | | | "Enable": true, | -| | | "IsDefaultOrthancUI": false | +| | | "IsDefaultOrthancUI": true | | | | } | | | | } | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ @@ -485,7 +493,6 @@ | | | } | | | | } | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ - Under the hood --------------