|
1 | 1 | {
|
2 |
| - "skipSciCatLoginPageEnabled": false, |
3 | 2 | "accessTokenPrefix": "Bearer ",
|
4 |
| - "addDatasetEnabled": true, |
| 3 | + "addDatasetEnabled": false, |
5 | 4 | "archiveWorkflowEnabled": false,
|
6 | 5 | "datasetReduceEnabled": true,
|
7 | 6 | "datasetJsonScientificMetadata": true,
|
8 | 7 | "editDatasetSampleEnabled": true,
|
9 | 8 | "editMetadataEnabled": true,
|
10 | 9 | "editPublishedData": false,
|
11 |
| - "addSampleEnabled": true, |
12 |
| - "externalAuthEndpoint": "/auth/msad", |
13 |
| - "facility": "ESS", |
14 |
| - "loginFacilityLabel": "ESS", |
| 10 | + "addSampleEnabled": false, |
| 11 | + "externalAuthEndpoint": "/api/v3/auth/msad", |
| 12 | + "facility": "SciCat Vanilla", |
| 13 | + "siteIcon": "site-header-logo.png", |
| 14 | + "loginFacilityLabel": "SciCat Vanilla", |
15 | 15 | "loginLdapLabel": "Ldap",
|
16 | 16 | "loginLocalLabel": "Local",
|
17 | 17 | "loginFacilityEnabled": true,
|
18 | 18 | "loginLdapEnabled": true,
|
19 | 19 | "loginLocalEnabled": true,
|
| 20 | + "localLoginLabel": "Local", |
20 | 21 | "fileColorEnabled": true,
|
21 | 22 | "fileDownloadEnabled": true,
|
22 | 23 | "gettingStarted": null,
|
23 | 24 | "ingestManual": null,
|
24 | 25 | "jobsEnabled": true,
|
25 | 26 | "jsonMetadataEnabled": true,
|
26 |
| - "jupyterHubUrl": "https://jupyterhub.esss.lu.se/", |
| 27 | + "jupyterHubUrl": "", |
27 | 28 | "landingPage": "doi.ess.eu/detail/",
|
28 | 29 | "lbBaseURL": "http://localhost:3000",
|
29 | 30 | "logbookEnabled": true,
|
30 | 31 | "loginFormEnabled": true,
|
31 |
| - "maxDirectDownloadSize": 5000000000, |
| 32 | + "maxDirectDownloadSize": 1047521824, |
32 | 33 | "metadataPreviewEnabled": true,
|
33 | 34 | "metadataStructure": "",
|
34 |
| - "multipleDownloadAction": "https://scicatfileserver.esss.dk/zip", |
| 35 | + "multipleDownloadAction": "http:/127.0.0.1:3012/zip", |
35 | 36 | "multipleDownloadEnabled": true,
|
36 | 37 | "oAuth2Endpoints": [
|
37 | 38 | {
|
|
41 | 42 | ],
|
42 | 43 | "policiesEnabled": true,
|
43 | 44 | "retrieveDestinations": [],
|
44 |
| - "riotBaseUrl": "http://scitest.esss.lu.se/riot", |
45 |
| - "scienceSearchEnabled": false, |
| 45 | + "riotBaseUrl": "http://scichat.esss.lu.se", |
| 46 | + "scienceSearchEnabled": true, |
46 | 47 | "scienceSearchUnitsEnabled": true,
|
47 | 48 | "searchPublicDataEnabled": true,
|
48 | 49 | "searchSamples": true,
|
|
53 | 54 | "tableSciDataEnabled": true,
|
54 | 55 | "datasetDetailsShowMissingProposalId": false,
|
55 | 56 | "notificationInterceptorEnabled": true,
|
| 57 | + "metadataEditingUnitListDisabled": true, |
| 58 | + "datafilesActionsEnabled": true, |
| 59 | + "datafilesActions": [ |
| 60 | + { |
| 61 | + "id": "eed8efec-4354-11ef-a3b5-d75573a5d37f", |
| 62 | + "order": 4, |
| 63 | + "label": "Download All", |
| 64 | + "files": "all", |
| 65 | + "mat_icon": "download", |
| 66 | + "type": "form", |
| 67 | + "url": "https://www.scicat.info/download/all", |
| 68 | + "target": "_blank", |
| 69 | + "enabled": "#SizeLimit", |
| 70 | + "authorization": ["#datasetAccess", "#datasetPublic"] |
| 71 | + }, |
| 72 | + { |
| 73 | + "id": "3072fafc-4363-11ef-b9f9-ebf568222d26", |
| 74 | + "order": 3, |
| 75 | + "label": "Download Selected", |
| 76 | + "files": "selected", |
| 77 | + "mat_icon": "download", |
| 78 | + "type": "form", |
| 79 | + "url": "https://www.scicat.info/download/selected", |
| 80 | + "target": "_blank", |
| 81 | + "enabled": "#Selected && #SizeLimit", |
| 82 | + "authorization": ["#datasetAccess", "#datasetPublic"] |
| 83 | + }, |
| 84 | + { |
| 85 | + "id": "4f974f0e-4364-11ef-9c63-03d19f813f4e", |
| 86 | + "order": 2, |
| 87 | + "label": "Notebook All", |
| 88 | + "files": "all", |
| 89 | + "icon": "/assets/icons/jupyter_logo.png", |
| 90 | + "type": "form", |
| 91 | + "url": "https://www.scicat.info/notebook/all", |
| 92 | + "target": "_blank", |
| 93 | + "authorization": ["#datasetAccess", "#datasetPublic"] |
| 94 | + }, |
| 95 | + { |
| 96 | + "id": "fa3ce6ee-482d-11ef-95e9-ff2c80dd50bd", |
| 97 | + "order": 1, |
| 98 | + "label": "Notebook Selected", |
| 99 | + "files": "selected", |
| 100 | + "icon": "/assets/icons/jupyter_logo.png", |
| 101 | + "type": "form", |
| 102 | + "url": "https://www.scicat.info/notebook/selected", |
| 103 | + "target": "_blank", |
| 104 | + "enabled": "#Selected", |
| 105 | + "authorization": ["#datasetAccess", "#datasetPublic"] |
| 106 | + } |
| 107 | + ], |
56 | 108 | "labelMaps": {
|
57 | 109 | "filters": {
|
58 | 110 | "LocationFilter": "Location",
|
|
0 commit comments