Keystone Web Interface¶
The Keystone web frontend provides a graphical user interface suitable for both system administrators and end users. The interface can be deployed as a Docker container using the command below. A full list of supported environmental variables and application settings is available in the settings page.
docker run \
--detach \
--publish 80:80 \
--name keystone-web \
-e API_URL=http://localhost:8000 \
docker.cloudsmith.io/better-hpc/keystone/keystone-web
Warning
The application frontend is still under preliminary development. As such, the relevant documentation may be incomplete as new features are still being added. Final, formal documentation is forthcoming.