This branch is 9 commits behind web/portal:master
2021-07-16 12:47:04 +02:00
2021-02-24 10:49:43 +01:00
2021-02-24 10:49:43 +01:00
2021-05-18 17:29:21 +02:00
2021-02-24 10:49:43 +01:00
2021-02-24 10:49:43 +01:00

ECG portal page

This SPA shows a list of all available ECG web applications managed by the IT Hub.

screenshot

Features

  • Generates a static website powered a small python script
    • easily extensible by a YAML definition
  • Responsive layout
  • Respects Privacy and Security by being ready for CSP and RP

Build

python3 build.py items_page_1.yml index.html ; python3 build.py items_page_2.yml index2.html

Deployment

The build and deploy workflow is provided by the contained shell script build+deploy.sh.

chmod +x build+deploy.sh
./build+deploy.sh

Executed tasks:

  • clean the output folder
  • build the project
  • upload to the remote SSH target

Roadmap

  • Provide localized versions of the portal
Description
Portal page acting as starter into the ECG web services
Readme 1.2 MiB
Languages
CSS 39.3%
HTML 32.8%
Python 20.4%
Shell 7.5%