Skip to content

envirover/UVCockpit

Repository files navigation

Build Status

UV Cockpit Image

UV Cockpit is an in-browser web application that visualizes data received from UV Tracks web service. The container also forwards requests with path started with /uvtracks to URL specified by UVTRACKS_PRIVATE_URL environment variable.

Build

ng build --base-href /uvcockpit/
docker build -t uvcockpit build

Run

docker run -p 80:80 -d uvcockpit

Quick Start

System Requirements

  • 128MB of RAM
  • UV Tracks web service

Ports

Port Description
80 HTTP port of the web application

Environment Variables

Environment Variable Description Default
UVTRACKS_PROTOCOL UV Tracks service protocol location.protocol
UVTRACKS_HOSTNAME UV Tracks service hostname location.hostname
UVTRACKS_PORT UV Tracks service port location.port
UVTRACKS_PRIVATE_URL UV Tracks service private URL

License

View license agreement for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

About

SPL front end applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published