Mercurial > hg > orthanc-book
changeset 1197:d0c46b494987
plugins doc
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Thu, 02 Oct 2025 14:58:30 +0200 |
| parents | 0c5918ada304 |
| children | ad089b8324a7 |
| files | Sphinx/source/users/docker-orthancteam.rst |
| diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 --------------
