From 7aaab979e1244d74693c0940389367c273872964 Mon Sep 17 00:00:00 2001 From: Benoit Crickboom Date: Tue, 19 Mar 2024 13:36:05 +0100 Subject: [PATCH] clean up --- Dockerfile | 1 + advanced-setup/docker-compose.yml | 7 ++++--- release-notes.md | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7e04bc..059ad77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM orthancteam/orthanc-pre-release:python-cmove2-unstable +#TODO: replace with right Orthanc COPY proxy.py /scripts/ diff --git a/advanced-setup/docker-compose.yml b/advanced-setup/docker-compose.yml index 760e1e9..959d860 100644 --- a/advanced-setup/docker-compose.yml +++ b/advanced-setup/docker-compose.yml @@ -63,7 +63,8 @@ services: ENABLE_HTTPS: "false" orthanc: - image: orthancteam/orthanc:24.2.0 + image: orthancteam/orthanc-pre-release:master-unstable + # TODO: replace with official release as soon as python plugin is released restart: unless-stopped ports: ["8044:8042"] environment: @@ -99,7 +100,7 @@ services: "stone-webviewer", "orthanc-explorer-2" ], - "TokenHttpHeaders" : [ "api-key" ], + "TokenHttpHeaders": [ "api-key" ], "CheckedLevel": "studies" }, "DicomWeb": { @@ -118,7 +119,7 @@ services: SECRET_KEY: "change-me-I-am-a-secret-keyz" ENABLE_KEYCLOAK: "true" ENABLE_KEYCLOAK_API_KEYS: "true" - KEYCLOAK_CLIENT_SECRET: "sGaRFvcpy2XfJq5v7Pk3lx4qfDtA68mN" + KEYCLOAK_CLIENT_SECRET: "9J0G5PwhRkgalak7OMeNL5ZIr3vijhtc" PUBLIC_ORTHANC_ROOT: "http://localhost/orthanc/" PUBLIC_LANDING_ROOT: "http://localhost/orthanc/ui/app/token-landing.html" USERS: | diff --git a/release-notes.md b/release-notes.md index 9a95697..cfc2f6a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,6 +3,10 @@ Warning: version number should fit with Orthanc docker image version number! - use cmove2 branch from orthanc-python (4 callbacks for C-Move) +v x.x.x.x +========= +- use of Orthanc with right call backs for c move + v 24.2.0.1 ========= - cleaned up debug stuff