Remove old configuration files
This commit is contained in:
parent
ab929c2827
commit
b7a0440109
@ -1,12 +0,0 @@
|
||||
server {
|
||||
listen 80;
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
}
|
||||
@ -1,38 +0,0 @@
|
||||
{
|
||||
"servers": {
|
||||
"dimse": [{
|
||||
"name": "SPRITE PACS",
|
||||
"wadoUriRoot": "http://localhost:1000/wado/CT",
|
||||
"requestOptions": {
|
||||
"logRequests": true,
|
||||
"logResponses": true,
|
||||
"logTiming": true
|
||||
},
|
||||
"peers": [
|
||||
{
|
||||
"host": "localhost",
|
||||
"port": 108,
|
||||
"aeTitle": "CT",
|
||||
"default": true,
|
||||
"supportsInstanceRetrievalByStudyUid": false
|
||||
},
|
||||
{
|
||||
"host": "0.0.0.0",
|
||||
"port": 104,
|
||||
"aeTitle": "OHIFDCM",
|
||||
"default": true,
|
||||
"server": true
|
||||
}
|
||||
]
|
||||
}]
|
||||
},
|
||||
"defaultServiceType": "dimse",
|
||||
"dropCollections": true,
|
||||
"public": {
|
||||
"verifyEmail": false,
|
||||
"ui": {
|
||||
"studyListFunctionsEnabled": true,
|
||||
"studyListDateFilterNumDays": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,36 +0,0 @@
|
||||
dicomWebServers = {
|
||||
servers: {
|
||||
dicomWeb: [
|
||||
{
|
||||
name: "DCM4CHEE",
|
||||
wadoUriRoot:
|
||||
"https://cancer.crowds-cure.org/dcm4chee-arc/aets/DCM4CHEE/wado",
|
||||
qidoRoot:
|
||||
"https://cancer.crowds-cure.org/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
wadoRoot:
|
||||
"https://cancer.crowds-cure.org/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
qidoSupportsIncludeField: true,
|
||||
imageRendering: "wadors",
|
||||
thumbnailRendering: "wadors",
|
||||
requestOptions: {
|
||||
requestFromBrowser: true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
oidc: [
|
||||
{
|
||||
authServerUrl: "https://cancer.crowds-cure.org/auth/realms/dcm4che",
|
||||
authRedirectUri: "http://localhost:5000/callback",
|
||||
clientId: "crowds-cure-cancer",
|
||||
postLogoutRedirectUri: "http://localhost:5000/logout-redirect.html",
|
||||
responseType: "id_token token",
|
||||
scope: "email profile openid",
|
||||
revokeAccessTokenOnSignout: true,
|
||||
extraQueryParams: {
|
||||
kc_idp_hint: "crowds-cure-cancer-auth0-oidc",
|
||||
client_id: "crowds-cure-cancer"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1,37 +0,0 @@
|
||||
{
|
||||
"public": {
|
||||
"clientOnly": true,
|
||||
"ui": {
|
||||
"studyListFunctionsEnabled": true,
|
||||
"studyListDateFilterNumDays": 10000
|
||||
},
|
||||
"servers": {
|
||||
"dicomWeb": [
|
||||
{
|
||||
"name": "Orthanc",
|
||||
"wadoUriRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/wado",
|
||||
"qidoRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
"wadoRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
"qidoSupportsIncludeField": true,
|
||||
"imageRendering": "wadors",
|
||||
"thumbnailRendering": "wadors",
|
||||
"requestOptions": {
|
||||
"requestFromBrowser": true,
|
||||
"logRequests": true,
|
||||
"logResponses": false,
|
||||
"logTiming": true,
|
||||
"auth": "admin:admin"
|
||||
}
|
||||
}]
|
||||
},
|
||||
"custom": {
|
||||
"oidc": [{
|
||||
"authServerUrl": "https://cancer.crowds-cure.org/auth/realms/dcm4che",
|
||||
"authRedirectUri": "/studylist",
|
||||
"postLogoutRedirectUri": "/",
|
||||
"clientId": "ohif-viewer"
|
||||
}]
|
||||
},
|
||||
"userAuthenticationRoutesEnabled": false
|
||||
}
|
||||
}
|
||||
@ -1,54 +0,0 @@
|
||||
{
|
||||
"servers": {
|
||||
"dicomWeb": [
|
||||
{
|
||||
"name": "DCM4CHEE",
|
||||
"wadoUriRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/wado",
|
||||
"qidoRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
"wadoRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
"qidoSupportsIncludeField": false,
|
||||
"imageRendering": "wadouri",
|
||||
"thumbnailRendering": "wadors",
|
||||
"requestOptions": {
|
||||
"auth": "admin:admin",
|
||||
"logRequests": true,
|
||||
"logResponses": false,
|
||||
"logTiming": true
|
||||
}
|
||||
}],
|
||||
"dimse": [{
|
||||
"name": "DCM4CHEE_DIMSE",
|
||||
"wadoUriRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/wado",
|
||||
"requestOptions": {
|
||||
"auth": "admin:admin",
|
||||
"logRequests": true,
|
||||
"logResponses": false,
|
||||
"logTiming": true
|
||||
},
|
||||
"peers": [
|
||||
{
|
||||
"host": "localhost",
|
||||
"port": 4242,
|
||||
"aeTitle": "DCM4CHEE",
|
||||
"default": true,
|
||||
"supportsInstanceRetrievalByStudyUid": false
|
||||
},
|
||||
{
|
||||
"host": "0.0.0.0",
|
||||
"port": 11112,
|
||||
"aeTitle": "DCM4CHEE",
|
||||
"default": true,
|
||||
"server": true
|
||||
}
|
||||
]
|
||||
}]
|
||||
},
|
||||
"defaultServiceType": "dicomWeb",
|
||||
"public": {
|
||||
"verifyEmail": false,
|
||||
"ui": {
|
||||
"studyListFunctionsEnabled": true,
|
||||
"studyListDateFilterNumDays": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,54 +0,0 @@
|
||||
{
|
||||
"servers": {
|
||||
"dicomWeb": [
|
||||
{
|
||||
"name": "DCM4CHEE",
|
||||
"wadoUriRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/wado",
|
||||
"qidoRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
"wadoRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
"qidoSupportsIncludeField": false,
|
||||
"imageRendering": "wadouri",
|
||||
"requestOptions": {
|
||||
"auth": "admin:admin",
|
||||
"logRequests": true,
|
||||
"logResponses": false,
|
||||
"logTiming": true
|
||||
}
|
||||
}],
|
||||
"dimse": [{
|
||||
"name": "DCM4CHEE_DIMSE",
|
||||
"wadoUriRoot": "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/wado",
|
||||
"requestOptions": {
|
||||
"auth": "admin:admin",
|
||||
"logRequests": true,
|
||||
"logResponses": false,
|
||||
"logTiming": true
|
||||
},
|
||||
"peers": [
|
||||
{
|
||||
"host": "localhost",
|
||||
"port": 4242,
|
||||
"aeTitle": "DCM4CHEE",
|
||||
"default": true,
|
||||
"supportsInstanceRetrievalByStudyUid": false
|
||||
},
|
||||
{
|
||||
"host": "0.0.0.0",
|
||||
"port": 11112,
|
||||
"aeTitle": "DCM4CHEE",
|
||||
"default": true,
|
||||
"server": true
|
||||
}
|
||||
]
|
||||
}]
|
||||
},
|
||||
"defaultServiceType": "dimse",
|
||||
"dropCollections": true,
|
||||
"public": {
|
||||
"verifyEmail": false,
|
||||
"ui": {
|
||||
"studyListFunctionsEnabled": true,
|
||||
"studyListDateFilterNumDays": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,19 +0,0 @@
|
||||
dicomWebServers = {
|
||||
servers: {
|
||||
dicomWeb: [
|
||||
{
|
||||
name: "DCM4CHEE",
|
||||
wadoUriRoot: "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/wado",
|
||||
qidoRoot: "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
wadoRoot: "http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
qidoSupportsIncludeField: true,
|
||||
imageRendering: "wadors",
|
||||
thumbnailRendering: "wadors",
|
||||
requestOptions: {
|
||||
requestFromBrowser: true,
|
||||
auth: "admin:admin"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,21 +0,0 @@
|
||||
dicomWebServers = {
|
||||
servers: {
|
||||
dicomWeb: [
|
||||
{
|
||||
name: "Orthanc",
|
||||
wadoUriRoot: "http://localhost:8899/wado",
|
||||
qidoRoot: "http://localhost:8899/dicom-web",
|
||||
wadoRoot: "http://localhost:8899/dicom-web",
|
||||
qidoSupportsIncludeField: false,
|
||||
imageRendering: "wadors",
|
||||
thumbnailRendering: "wadors",
|
||||
requestOptions: {
|
||||
auth: "orthanc:orthanc",
|
||||
logRequests: true,
|
||||
logResponses: false,
|
||||
logTiming: true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,51 +0,0 @@
|
||||
{
|
||||
"servers": {
|
||||
"dicomWeb": [
|
||||
{
|
||||
"name": "Medken Orthanc",
|
||||
"wadoUriRoot": "http://dicom-orthanc.medken.com/wado",
|
||||
"qidoRoot": "http://dicom-orthanc.medken.com/dicom-web",
|
||||
"wadoRoot": "http://dicom-orthanc.medken.com/dicom-web",
|
||||
"qidoSupportsIncludeField": false,
|
||||
"imageRendering": "wadouri",
|
||||
"requestOptions": {
|
||||
"logRequests": false,
|
||||
"logResponses": false,
|
||||
"logTiming": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"dimse" : [{
|
||||
"name": "ORTHANC_DIMSE",
|
||||
"wadoUriRoot": "http://dicom-orthanc.medken.com/wado",
|
||||
"peers": [
|
||||
{
|
||||
"host": "208.100.41.100",
|
||||
"port": 4242,
|
||||
"aeTitle": "MKORTHANC",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"host": "0.0.0.0",
|
||||
"port": 11119,
|
||||
"aeTitle": "OHIFDCM",
|
||||
"default": true,
|
||||
"server": true
|
||||
}
|
||||
]
|
||||
}]
|
||||
},
|
||||
"defaultServiceType": "dimse",
|
||||
"medkenpanel" : {
|
||||
"prefix" : "admin"
|
||||
},
|
||||
"fhir" : {
|
||||
"host" : "localhost",
|
||||
"port" : 3937
|
||||
},
|
||||
"public": {
|
||||
"ui": {
|
||||
"studyListDateFilterNumDays": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,37 +0,0 @@
|
||||
{
|
||||
"servers": {
|
||||
"dicomWeb": [
|
||||
{
|
||||
"name": "Orthanc",
|
||||
"wadoUriRoot": "http://localhost:8042/wado",
|
||||
"qidoRoot": "http://localhost:8042/dicom-web",
|
||||
"wadoRoot": "http://localhost:8042/dicom-web",
|
||||
"qidoSupportsIncludeField": true,
|
||||
"imageRendering": "wadouri",
|
||||
"thumbnailRendering": "wadouri",
|
||||
"requestOptions": {
|
||||
"auth": "orthanc:orthanc",
|
||||
"logRequests": true,
|
||||
"logResponses": false,
|
||||
"logTiming": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"defaultServiceType": "dicomWeb",
|
||||
"dropCollections": true,
|
||||
"public": {
|
||||
"verifyEmail": false,
|
||||
"ui": {
|
||||
"studyListFunctionsEnabled": true,
|
||||
"leftSidebarOpen": false,
|
||||
"displaySetNavigationLoopOverSeries": false,
|
||||
"displaySetNavigationMultipleViewports": true,
|
||||
"autoPositionMeasurementsTextCallOuts": "TRLB",
|
||||
"studyListDateFilterNumDays": 1
|
||||
}
|
||||
},
|
||||
"proxy": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
@ -1,43 +0,0 @@
|
||||
{
|
||||
"servers": {
|
||||
"dimse": [{
|
||||
"name": "ORTHANC_DIMSE",
|
||||
"wadoUriRoot": "http://localhost:8042/wado",
|
||||
"requestOptions": {
|
||||
"auth": "orthanc:orthanc",
|
||||
"logRequests": true,
|
||||
"logResponses": false,
|
||||
"logTiming": true
|
||||
},
|
||||
"peers": [
|
||||
{
|
||||
"host": "localhost",
|
||||
"port": 4242,
|
||||
"aeTitle": "ORTHANC",
|
||||
"default": true,
|
||||
"server": false
|
||||
},
|
||||
{
|
||||
"host": "0.0.0.0",
|
||||
"port": 11112,
|
||||
"aeTitle": "OHIFDCM",
|
||||
"default": true,
|
||||
"server": true
|
||||
}
|
||||
]
|
||||
}]
|
||||
},
|
||||
"defaultServiceType": "dimse",
|
||||
"dropCollections": true,
|
||||
"public": {
|
||||
"verifyEmail": false,
|
||||
"ui": {
|
||||
"studyListFunctionsEnabled": true,
|
||||
"leftSidebarOpen": false,
|
||||
"displaySetNavigationLoopOverSeries": false,
|
||||
"displaySetNavigationMultipleViewports": true,
|
||||
"autoPositionMeasurementsTextCallOuts": "TRLB",
|
||||
"studyListDateFilterNumDays": 10000
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,42 +0,0 @@
|
||||
{
|
||||
"servers": {
|
||||
"dimse": [{
|
||||
"name": "OSIRIX_DIMSE",
|
||||
"wadoUriRoot": "http://localhost:3333/wado",
|
||||
"requestOptions": {
|
||||
"logRequests": true,
|
||||
"logResponses": false,
|
||||
"logTiming": true
|
||||
},
|
||||
"peers": [
|
||||
{
|
||||
"host": "localhost",
|
||||
"port": 11112,
|
||||
"aeTitle": "OSIRIX",
|
||||
"default": true,
|
||||
"server": false
|
||||
},
|
||||
{
|
||||
"host": "0.0.0.0",
|
||||
"port": 4242,
|
||||
"aeTitle": "OHIFDCM",
|
||||
"default": true,
|
||||
"server": true
|
||||
}
|
||||
]
|
||||
}]
|
||||
},
|
||||
"defaultServiceType": "dimse",
|
||||
"dropCollections": true,
|
||||
"public": {
|
||||
"verifyEmail": false,
|
||||
"ui": {
|
||||
"studyListFunctionsEnabled": true,
|
||||
"leftSidebarOpen": false,
|
||||
"displaySetNavigationLoopOverSeries": false,
|
||||
"displaySetNavigationMultipleViewports": true,
|
||||
"autoPositionMeasurementsTextCallOuts": "TRLB",
|
||||
"studyListDateFilterNumDays": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,37 +0,0 @@
|
||||
{
|
||||
"servers": {
|
||||
"dicomWeb": [
|
||||
{
|
||||
"name": "Orthanc",
|
||||
"wadoUriRoot": "http://dicomweb.ohif.org/wado",
|
||||
"qidoRoot": "http://dicomweb.ohif.org/dicom-web",
|
||||
"wadoRoot": "http://dicomweb.ohif.org/dicom-web",
|
||||
"qidoSupportsIncludeField": false,
|
||||
"imageRendering": "wadouri",
|
||||
"thumbnailRendering": "wadouri",
|
||||
"requestOptions": {
|
||||
"auth": "orthanc:orthanc",
|
||||
"logRequests": true,
|
||||
"logResponses": false,
|
||||
"logTiming": true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"defaultServiceType": "dicomWeb",
|
||||
"dropCollections": true,
|
||||
"public": {
|
||||
"verifyEmail": false,
|
||||
"ui": {
|
||||
"studyListFunctionsEnabled": true,
|
||||
"leftSidebarOpen": false,
|
||||
"displaySetNavigationLoopOverSeries": false,
|
||||
"displaySetNavigationMultipleViewports": true,
|
||||
"autoPositionMeasurementsTextCallOuts": "TRLB",
|
||||
"studyListDateFilterNumDays": 1
|
||||
}
|
||||
},
|
||||
"proxy": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
@ -1,18 +0,0 @@
|
||||
dicomWebServers = {
|
||||
servers: {
|
||||
dicomWeb: [
|
||||
{
|
||||
name: "DCM4CHEE",
|
||||
wadoUriRoot: "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/wado",
|
||||
qidoRoot: "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
wadoRoot: "https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs",
|
||||
qidoSupportsIncludeField: true,
|
||||
imageRendering: "wadors",
|
||||
thumbnailRendering: "wadors",
|
||||
requestOptions: {
|
||||
requestFromBrowser: true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user