forked from chaimeleon-eu/dataset-explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-mini-node.json
More file actions
66 lines (65 loc) · 2.34 KB
/
config-mini-node.json
File metadata and controls
66 lines (65 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"appVersion": "<replace_me>",
"release": "mini-node",
"datasetService": {
"api": "https://localhost/dataset-service/api",
"projectLogo": "https://localhost/dataset-service"
},
"tracerService": "https://localhost/tracer-service/tracer/api/v1",
"appsDashboard": "https://localhost/apps",
"basename": "/dataset-service",
"defaultLimitDatasets": 30,
"defaultLimitStudies": 30,
"defaultLimitTraces": 30,
"defaultLimitAccess": 30,
"defaultLimitUsers": 30,
"userAccountUrl": "https://localhost/auth/realms/EUCAIM-NODE/account",
"refreshDatasetCreate": 15000,
"keycloak": {
"config": {
"url": "https://localhost/auth/",
"realm": "MINI-NODE",
"clientId": "dataset-explorer"
},
"initOptions": {
"responseMode": "fragment",
"checkLoginIframe": true,
"onLoad": "check-sso"
}
},
"project": {
"name": "MINI-NODE",
"doi": null,
"termsConditions": null,
"privacyPolicy": null,
"favicon": null,
"sla": null
},
"externalLinks": {
"supportReportRequest": "https://github.com/EUCAIM/UPV-node/issues",
"applicationCatalogue": "https://github.com/EUCAIM/upv-node-application-catalogue/blob/main/README.md",
"datasetUsageGuide": "https://github.com/EUCAIM/upv-node-workstation-images/blob/main/ubuntu-python/rootfs/home/ds/application-examples/dataset-access-guide.ipynb",
"workstationUsageGuide": "https://github.com/EUCAIM/upv-node-workstation-images/blob/main/usage-guide.md",
"appIntegration": "https://github.com/EUCAIM/upv-node-workstation-images/blob/main/README.md#how-to-integrate-your-application-in-the-platform"
},
"externalServices": [
{
"name": "App Dashboard",
"title": "Launch the applications' dashboard (Kubeapps)",
"link": "https://localhost/apps/",
"icon": "/icons/kubeapps.png"
},
{
"name": "Desktop Apps Access",
"title": "Access your desktop cluster applications (Apache Guacamole)",
"link": "https://localhost/guacamole/",
"icon": "/icons/guacamole.png"
},
{
"name": "Case Explorer",
"title": "Launch the case explorer (QP-Insights)",
"link": "https://localhost/qpinsights",
"icon": "/icons/quibim.png"
}
]
}