comparison Sphinx/source/users/docker-osimis.rst @ 841:e0d5dbbbde99

new housekeeper plugin in osimis images
author Alain Mazy <am@osimis.io>
date Mon, 09 May 2022 15:02:06 +0200
parents 21a522ca4ce9
children dd3f89d1ab0f
comparison
equal deleted inserted replaced
840:1262a26f96d1 841:e0d5dbbbde99
346 | | | "Enable": true, | 346 | | | "Enable": true, |
347 | | | "Database": "/var/lib/orthanc/worklists" | 347 | | | "Database": "/var/lib/orthanc/worklists" |
348 | | | } | 348 | | | } |
349 | | | } | 349 | | | } |
350 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 350 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
351 | **Housekeeper** | ``HOUSEKEEPER_PLUGIN_ENABLED`` | .. code-block:: json |
352 | | | |
353 | | | { |
354 | | | "Housekeeper": { |
355 | | | "Enable": false |
356 | | | } |
357 | | | } |
358 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
351 | **Wsi** | ``WSI_PLUGIN_ENABLED`` | | 359 | **Wsi** | ``WSI_PLUGIN_ENABLED`` | |
352 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 360 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
353 | **Odbc** | ``ODBC_PLUGIN_ENABLED`` | .. code-block:: json | 361 | **Odbc** | ``ODBC_PLUGIN_ENABLED`` | .. code-block:: json |
354 | | | | 362 | | | |
355 | | | { | 363 | | | { |
375 | | | "Indexer": { | 383 | | | "Indexer": { |
376 | | | "Enable": true | 384 | | | "Enable": true |
377 | | | } | 385 | | | } |
378 | | | } | 386 | | | } |
379 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 387 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
388 | **Neuro** | ``NEURO_PLUGIN_ENABLED`` | .. code-block:: json |
389 | | | |
390 | | | { |
391 | | | "Neuro": { |
392 | | | "Enable": true |
393 | | | } |
394 | | | } |
395 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
396 | **AzureBlobStorage** | ``AZURE_BLOB_STORAGE_PLUGIN_ENABLED`` | .. code-block:: json |
397 | | | |
398 | | | { |
399 | | | "AzureBlobStorage": { |
400 | | | "ConnectionString": "MUST BE DEFINED BY YOU", |
401 | | | "ContainerName": "MUST BE DEFINED BY YOU" |
402 | | | } |
403 | | | } |
404 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
405 | **AwsS3Storage** | ``AWS_S3_STORAGE_PLUGIN_ENABLED`` | .. code-block:: json |
406 | | | |
407 | | | { |
408 | | | "AwsS3Storage": { |
409 | | | "BucketName": "MUST BE DEFINED BY YOU", |
410 | | | "Region": "MUST BE DEFINED BY YOU" |
411 | | | } |
412 | | | } |
413 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
414 | **GoogleCloudStorage** | ``GOOGLE_CLOUD_STORAGE_PLUGIN_ENABLED`` | .. code-block:: json |
415 | | | |
416 | | | { |
417 | | | "GoogleCloudStorage": { |
418 | | | "ServiceAccountFile": "MUST BE DEFINED BY YOU", |
419 | | | "BucketName": "MUST BE DEFINED BY YOU" |
420 | | | } |
421 | | | } |
422 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
423 | **OrthancExplorer2** | ``ORTHANC_EXPLORER_2_ENABLED`` | .. code-block:: json |
424 | | | |
425 | | | { |
426 | | | "OrthancExplorer2": { |
427 | | | "Enable": true, |
428 | | | "IsDefaultOrthancUI": false |
429 | | | } |
430 | | | } |
431 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
380 432
381 Under the hood 433 Under the hood
382 -------------- 434 --------------
383 435
384 The source code that is used to generate the image can be found `here <https://github.com/orthanc-server/orthanc-builder/blob/master/docker/orthanc/Dockerfile>`__. 436 The source code that is used to generate the image can be found `here <https://github.com/orthanc-server/orthanc-builder/blob/master/docker/orthanc/Dockerfile>`__.