diff --git a/Developer-documentation.md b/Developer-documentation.md index 6a564a0..7cfed87 100644 --- a/Developer-documentation.md +++ b/Developer-documentation.md @@ -21,4 +21,9 @@ This module is responsible for extracting previews from CAFF files. This module makes communication between the previewer and the web client possible. # Web application -This module provides the web UI for the users. \ No newline at end of file +This module provides the web UI for the users. + +# Trying out our webshop +Since our webshop is a modern web application it has quite a few dependencies. To make trying it out easier we deployed to our own secure Kubernetes cluster. It is available at https://unstablevortex.kmlabz.com/ . + +The application connects to every dependency (Minio, Caff Previewer Wrapper, SMTP and PostgreSQL server) over TLS and the configuration environment variables are stored in Vault. \ No newline at end of file