From 0c7c605e24857146a10b2e64acc39958ab86ae8c Mon Sep 17 00:00:00 2001 From: Marcus Pousette Date: Tue, 17 Oct 2023 14:01:04 +0100 Subject: [PATCH] docs: fix broken links --- docs/_sidebar.md | 2 +- docs/security.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 9ec7890b..dc9c66f7 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -4,7 +4,7 @@ Documentation - [Getting started](/getting-started.md) - [Upgrading](/upgrading.md) - [Security](/security.md) -- [Screenshots/Video](doc/screenshots.md) +- [Screenshots/Video](/screenshots.md) - [Developing](/developing.md) - [API Reference](/appv1.md) diff --git a/docs/security.md b/docs/security.md index 985863c0..dc432a58 100644 --- a/docs/security.md +++ b/docs/security.md @@ -1,9 +1,9 @@ -## Security +# Security All traffic between processes is encrypted with mTLS. The UI for the "desktop" containers is placed behind a VNC server listening on a UNIX socket and a sidecar to the container will proxy validated websocket connections to it. -![img](doc/kvdi_arch.png) +![img](/kvdi_arch.png) User authentication is provided by "providers". There are currently three implementations: