diff --git a/docs/Getting Started.md b/docs/Getting Started.md index c3fb795..35959ef 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -22,7 +22,11 @@ latest version you should check something like [watchtower](https://github.com/c There are currently three tags of the image available (select one just by appending `:` to the image from above): * `latest`, currently the same like `minimal`. * `minimal`, which is based on the python3 minimal configuration of py-kms. _This tag does NOT include `sqlite` support !_ -* `python3`, which is fully configurable and equipped with `sqlite` support and a web interface (make sure to expose port `8080`) for management. +* `python3`, which is fully configurable and equipped with `sqlite` support and a web-interface (make sure to expose port `8080`) for management. + +Wait... Web-interface? Yes! `py-kms` now comes with a simple web-ui to let you browse the known clients or its supported products. In case you wonder, here is a screenshot of the web-ui (*note that this screenshot may not reflect the current state of the ui*): + +![web-ui](img/webinterface.png) #### Architectures There are currently the following architectures available (if you need an other, feel free to open an issue): diff --git a/docs/img/webinterface.png b/docs/img/webinterface.png new file mode 100644 index 0000000..8a0b36b Binary files /dev/null and b/docs/img/webinterface.png differ