[develop | DONE | CHANGED] Renamed property "eoscMarketplaceURL" to "openScienceCloudURL" and added new property "eoscMarketplaceURL" (new value) | Updated current domain and marketplace domain from eosc-portal.eu to eosc-beyond.eu.

1. home.component.ts: In "ngOnInit()" use "properties.eoscMarketplaceURL" instead of static url "https://search.marketplace.eosc-portal.eu/".
2. beta/index.html & prod/index.html: Updated content of <meta property="og:url"> with "eosc-beyond".
3. environments/: Updated domain property with "eosc-beyond" instead of "eosc-portal" and remove unused property "eoscDataTransferDestinations".
This commit is contained in:
Konstantina Galouni 2024-09-11 21:09:11 +03:00
parent 497544ae7d
commit ced3d07fe1
6 changed files with 9 additions and 48 deletions

View File

@ -24,7 +24,7 @@ export class HomeComponent {
ngOnInit() {
// this.window.location.href = '...';
if (typeof document !== 'undefined') {
this.window.open('https://'+(properties.environment == "beta" ? "beta." : "")+'search.marketplace.eosc-portal.eu/search/all?q=*', "_self");
this.window.open(properties.eoscMarketplaceURL+'search/all?q=*', "_self");
}
}
}

View File

@ -12,7 +12,7 @@
<meta property="og:description" content="Eosc explore, research graph discovery"/>
<meta property="og:title" content="Eosc Explore"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://explore.eosc-portal.eu"/>
<meta property="og:url" content="https://explore.sandbox.eosc-beyond.eu"/>
<meta property="og:site_name" content="Eosc Explore"/>
<meta property="og:image" content="assets/common-assets/common/Symbol.png"/>

View File

@ -31,7 +31,7 @@ let props: EnvProperties = {
useHelpTexts: false,
contextsAPI: "https://services.openaire.eu/openaire/context",
communityAPI: "https://services.openaire.eu/openaire/community/",
domain: "https://explore.eosc-portal.eu",
domain: "https://explore.sandbox.eosc-beyond.eu",
lastIndexInformationLink: "https://openaire.eu/aggregation-and-content-provision-workflows",
widgetLink: "https://openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
claimsInformationLink: "https://www.openaire.eu/linking",
@ -39,13 +39,7 @@ let props: EnvProperties = {
reCaptchaSiteKey: null,
footerGrantText: "",
eoscDataTransferAPI : "https://eosc-data-transfer.vm.fedcloud.eu",
eoscDataTransferLoginUrl:"https://explore.eosc-portal.eu/egi-login-service/openid_connect_login",
eoscDataTransferDestinations : [
{label: "EGI dCache (dcache-demo.desy.de)", value:
{label : "EGI dCache (dcache-demo.desy.de)", url: "https://dcache-demo.desy.de:2443", id: "dcache",
webpage : "https://dcache-demo.desy.de", defaultFolder: "/", hasBrowse: true,
loginUrl : "https://explore.eosc-portal.eu/egi-login-service/openid_connect_login", cookieName: "EGIAccessToken"}
}]
eoscDataTransferLoginUrl:"https://explore.sandbox.eosc-beyond.eu/egi-login-service/openid_connect_login"
};
export let properties: EnvProperties = {

View File

@ -20,22 +20,11 @@ let props: EnvProperties = {
piwikSiteId: "594",
adminToolsCommunity: "eosc",
useHelpTexts:false,
domain: "https://explore.eosc-portal.eu",
domain: "https://explore.eosc-beyond.eu",
reCaptchaSiteKey: null,
footerGrantText : "",
eoscDataTransferAPI : "https://eosc-data-transfer.vm.fedcloud.eu",
eoscDataTransferLoginUrl:"https://explore.eosc-portal.eu/egi-login-service/openid_connect_login",
eoscDataTransferDestinations : [
{label: "dcache", value:
{label : "EGI dCache", id: "dcache",
defaultFolder: "/", auth: "token"}
},
{label: "FTP", value:
{label : "FTP", id: "ftp", auth: "password"}
},
{label: "S3", value:
{label : "S3", id: "s3", auth: "keys"}
}]
eoscDataTransferLoginUrl:"https://explore.eosc-beyond.eu/egi-login-service/openid_connect_login"
};
export let properties: EnvProperties = {

View File

@ -28,7 +28,7 @@ let props: EnvProperties = {
datasourcesAPI: "https://beta.services.openaire.eu/openaire/ds/search/",
contextsAPI: "https://dev-openaire.d4science.org/openaire/context",
communityAPI: "https://dev-openaire.d4science.org/openaire/community/",
domain:"https://explore.eosc-portal.eu",
domain:"https://explore.eosc-beyond.eu",
lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows",
widgetLink: "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=",
claimsInformationLink: "https://www.openaire.eu/linking-beta",
@ -36,29 +36,7 @@ let props: EnvProperties = {
reCaptchaSiteKey: null,
footerGrantText : "This OpenAIRE gateway is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452",
eoscDataTransferAPI : "https://eosc-data-transfer.test.fedcloud.eu",
eoscDataTransferLoginUrl:"http://rudie.di.uoa.gr:8580/openid_connect_login",
eoscDataTransferDestinations : [
{
"kind": "StorageInfo",
"destination": "dcache",
// "id": "dcache", //
"description": "EGI dCache",
// "label": "EGI dCache", //
"authType": "token",
"canBrowse": true,
"transferWith": "EGI Data Transfer"
},
{
"kind": "StorageInfo",
"destination": "s3",
// "id": "s3", //
"description": "Amazon S3 compatible object storage",
// "label": "Amazon S3 compatible object storage", //
"authType": "keys",
"canBrowse": true,
"transferWith": "EGI Data Transfer"
}
]
eoscDataTransferLoginUrl:"http://rudie.di.uoa.gr:8580/openid_connect_login"
};
export let properties: EnvProperties = {

View File

@ -12,7 +12,7 @@
<meta property="og:description" content="Eosc explore, research graph discovery"/>
<meta property="og:title" content="Eosc Explore"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://explore.eosc-portal.eu"/>
<meta property="og:url" content="https://explore.eosc-beyond.eu"/>
<meta property="og:site_name" content="Eosc Explore"/>
<meta property="og:image" content="assets/common-assets/common/Symbol.png"/>