Skip to content

grimkroton/cloud-selfservice-portal-frontend

Repository files navigation

General idea

Build Status: Build Status

This is the web UI for https://github.com/oscp/cloud-selfservice-portal-backend. For more information about the project see the readme of the backend.

Installation & Documentation

Self-Service Portal Frontend

# Create a OpenShift project for the frontend
oc new-project ose-selfservice-frontend

# Start the frontend with
oc new-app -p SSP_BACKEND_URL=https://backend-url.com -f ssp-frontend-template.json

Environment variables

Param Description Example
SSP_BACKEND_URL Specify the backend URL of the SSP-Backend https://backend.ssp.com
WZU_BACKEND_URL Optional: Specify the backend URL of the Tools Backend https://tools-backend.ssp.com

Contributing

For debugging purposes you can specify --target builder. Use --build-arg http_proxy= if you are using a proxy.

docker build --target builder -t ssp-frontend -f Dockerfile.multistage .
docker run -it --rm -v $(pwd):/tmp/ssp-frontend -p 8080:8080 ssp-frontend