Skip to content

CSCfi/rahti-landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rahti Landing Page

A repository for Rahti Service Landing Page

Address

https://rahti.csc.fi

Editing the landing page

Changes can be made directly to the html template.

The following variables are pre-defined in index_content.yaml, and can be modified if needed.

Variable Description
CLUSTER_ENV_VERSION Openshift / Kubernetes version.
CLUSTER_LOGIN_URL_OIDCIDP URL to login console of Rahti.
SERVICE_DOCS_URL URL to documents.
HEADER_BANNER If set, a banner will be appear in the header.
LANDING_PAGE_ANNOUNCEMENTS The content will be shwon in the announcement secton.

Development

Local

For development, one docker-compose file is provided to generate the static pages and serve them at https://localhost.

docker compose up -d

To see any changes made to the content, you can use the reload.sh script.

./reload.sh

Hosted on Rahti (The Standalone for dev Branch only)

To see the changes during the development, you may merge your branch with dev branch. This will automatically trigger a build in Rahti at this address.

Deployment

Please refer to the internal documentaions for production depolyments.